Commit d0a36f2c by Stéphane Graber

Add missing include for apparmor.h in conf.c

This include is conditional on apparmor being selected. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent cb26f1a5
...@@ -62,6 +62,10 @@ ...@@ -62,6 +62,10 @@
#include "lxc.h" /* for lxc_cgroup_set() */ #include "lxc.h" /* for lxc_cgroup_set() */
#include "caps.h" /* for lxc_caps_last_cap() */ #include "caps.h" /* for lxc_caps_last_cap() */
#if HAVE_APPARMOR
#include <apparmor.h>
#endif
lxc_log_define(lxc_conf, lxc); lxc_log_define(lxc_conf, lxc);
#define MAXHWLEN 18 #define MAXHWLEN 18
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment