From: Umang Parmar Date: Fri, 20 Jan 2023 08:36:41 +0000 (+0000) Subject: Fix header path to get rid of compile errors X-Git-Tag: archive/raspbian/29.0.6-23+rpi1^2~40 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8ee7031014a5b385928c06bf6b65ab27e5cc5e4f;p=android-platform-tools.git 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 --- 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;