mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
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 <berrange@redhat.com>
This commit is contained in:
parent
c2cf5f1c2a
commit
63ea1e5432
@ -52,6 +52,10 @@
|
||||
# include <blkid/blkid.h>
|
||||
#endif
|
||||
|
||||
#if WITH_SELINUX
|
||||
# include <selinux/selinux.h>
|
||||
#endif
|
||||
|
||||
#include "virerror.h"
|
||||
#include "virlog.h"
|
||||
#include "lxc_container.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user