From: Umang Parmar Date: Tue, 2 Aug 2022 15:23:27 +0000 (+0100) Subject: Fix header path to get rid of compile errors X-Git-Tag: archive/raspbian/29.0.6-21+rpi1^2~36 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=adb0862c3dc2b89ba09d5f5ba4929fd0d870c22e;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;