From: Daniel P. Berrange Date: Fri, 17 May 2013 09:59:25 +0000 (+0100) Subject: Re-add selinux/selinux.h to lxc_container.c X-Git-Tag: v1.0.6-rc1~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63ea1e5432b27861c116988336b688bbfae03048;p=thirdparty%2Flibvirt.git 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 --- 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"