From 390e0c7ba0a56cba7b05b7d35bcb484fc29542fb Mon Sep 17 00:00:00 2001 From: Amadeusz Sławiński Date: Tue, 2 Sep 2014 21:20:24 +0200 Subject: src/shared/label.c: include selinux headers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Amadeusz Sławiński --- src/shared/label.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/shared/label.c b/src/shared/label.c index 3c6277a3ad..e674241bfe 100644 --- a/src/shared/label.c +++ b/src/shared/label.c @@ -23,6 +23,11 @@ #include #include +#ifdef HAVE_SELINUX +#include +#include +#endif + #include "label.h" #include "util.h" #include "path-util.h" -- cgit v1.2.3-54-g00ecf