From 8fa5a519a0b15429fc0c5b9b02d08d30268be9c5 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 22 Oct 2009 13:47:32 +0000 Subject: [PATCH] include selinux.h for is_selinux_enabled() proto --- script.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/script.c b/script.c index 71125cc4a..a2a0656ed 100644 --- a/script.c +++ b/script.c @@ -55,6 +55,9 @@ #include #include #include +#ifdef HAVE_SELINUX +# include +#endif #include "sudo.h"