]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Re-add selinux/selinux.h to lxc_container.c
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 17 May 2013 09:59:25 +0000 (10:59 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 17 May 2013 09:59:25 +0000 (10:59 +0100)
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 <berrange@redhat.com>
src/lxc/lxc_container.c

index f877d8d8ed019843f260cf880dcf11875b04aaf9..a1b6aff93236b7c0fae7d3f2db1fbcf24d7ed8a4 100644 (file)
 # include <blkid/blkid.h>
 #endif
 
+#if WITH_SELINUX
+# include <selinux/selinux.h>
+#endif
+
 #include "virerror.h"
 #include "virlog.h"
 #include "lxc_container.h"