From adb0862c3dc2b89ba09d5f5ba4929fd0d870c22e Mon Sep 17 00:00:00 2001 From: Umang Parmar Date: Tue, 2 Aug 2022 16:23:27 +0100 Subject: [PATCH] Fix header path to get rid of compile errors 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 | 2 +- external/selinux/libsepol/src/util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/external/selinux/libsepol/src/private.h b/external/selinux/libsepol/src/private.h index b884c23b..447fa64b 100644 --- a/external/selinux/libsepol/src/private.h +++ b/external/selinux/libsepol/src/private.h @@ -14,7 +14,7 @@ #endif #include -#include +#include "dso.h" #ifdef __APPLE__ #define __BYTE_ORDER BYTE_ORDER diff --git a/external/selinux/libsepol/src/util.c b/external/selinux/libsepol/src/util.c index a4008882..d79a8335 100644 --- a/external/selinux/libsepol/src/util.c +++ b/external/selinux/libsepol/src/util.c @@ -27,7 +27,7 @@ #include #include #include -#include +#include "dso.h" struct val_to_name { unsigned int val; -- 2.30.2