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 @@
#include <sys/wait.h>
#include <pwd.h>
#include <lxc/log.h>
#include <lxc/namespace.h>
#include <lxc/cgroup.h>
#include <lxc/error.h>
#include "caps.h"
#include "log.h"
#include "namespace.h"
#include "cgroup.h"
#include "error.h"
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