From 6253bc53b502dcc8da88c6526d61867b459f576c Mon Sep 17 00:00:00 2001 From: Umang Parmar Date: Thu, 24 Feb 2022 16:58:51 +0000 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