From 63ea1e5432b27861c116988336b688bbfae03048 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Fri, 17 May 2013 10:59:25 +0100 Subject: [PATCH] Re-add selinux/selinux.h to lxc_container.c Re-add the selinux header to lxc_container.c since other functions now use it, beyond the patch that was just reverted. Signed-off-by: Daniel P. Berrange --- src/lxc/lxc_container.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/lxc/lxc_container.c b/src/lxc/lxc_container.c index f877d8d8ed..a1b6aff932 100644 --- a/src/lxc/lxc_container.c +++ b/src/lxc/lxc_container.c @@ -52,6 +52,10 @@ # include #endif +#if WITH_SELINUX +# include +#endif + #include "virerror.h" #include "virlog.h" #include "lxc_container.h" -- GitLab