summaryrefslogtreecommitdiffstats
path: root/syshead.h
diff options
context:
space:
mode:
Diffstat (limited to 'syshead.h')
-rw-r--r--syshead.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/syshead.h b/syshead.h
index b6f3c4e..6e81103 100644
--- a/syshead.h
+++ b/syshead.h
@@ -180,6 +180,10 @@
#include <sys/epoll.h>
#endif
+#ifdef HAVE_SETCON
+#include <selinux/selinux.h>
+#endif
+
#ifdef TARGET_SOLARIS
#ifdef HAVE_STRINGS_H
#include <strings.h>