Commit 47ed344a by Daniel Lezcano Committed by Daniel Lezcano

fix compilation warning

Add missing include Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent c7029344
...@@ -34,10 +34,11 @@ ...@@ -34,10 +34,11 @@
#include <sys/wait.h> #include <sys/wait.h>
#include <pwd.h> #include <pwd.h>
#include <lxc/log.h> #include "caps.h"
#include <lxc/namespace.h> #include "log.h"
#include <lxc/cgroup.h> #include "namespace.h"
#include <lxc/error.h> #include "cgroup.h"
#include "error.h"
lxc_log_define(lxc_unshare_ui, lxc); lxc_log_define(lxc_unshare_ui, lxc);
......
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