Fix header path to get rid of compile errors
authorUmang Parmar <umangjparmar@gmail.com>
Sat, 28 May 2022 11:13:51 +0000 (12:13 +0100)
committerRoger Shimizu <rosh@debian.org>
Sat, 28 May 2022 11:13:51 +0000 (12:13 +0100)
Forwarded: not-needed
Last-Update: 2018-06-13

Gbp-Pq: Topic external/selinux
Gbp-Pq: Name Fix-header-path.patch

external/selinux/libsepol/src/private.h
external/selinux/libsepol/src/util.c

index b884c23b91fe4468f39938a7b9e666e268f14dc2..447fa64bba9787105b7b35aa007c86c52435f84a 100644 (file)
@@ -14,7 +14,7 @@
 #endif
 
 #include <errno.h>
-#include <dso.h>
+#include "dso.h"
 
 #ifdef __APPLE__
 #define __BYTE_ORDER  BYTE_ORDER
index a4008882b94b8ea4db4863b8ea4be0744473073b..d79a83357978ef0a417b60432154584c54ab7380 100644 (file)
@@ -27,7 +27,7 @@
 #include <sepol/policydb/flask_types.h>
 #include <sepol/policydb/policydb.h>
 #include <sepol/policydb/util.h>
-#include <dso.h>
+#include "dso.h"
 
 struct val_to_name {
        unsigned int val;