]> git.proxmox.com Git - mirror_lxc.git/commitdiff
fix compilation warning
authorDaniel Lezcano <daniel.lezcano@free.fr>
Fri, 23 Jul 2010 13:10:38 +0000 (15:10 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Fri, 23 Jul 2010 13:10:38 +0000 (15:10 +0200)
Add missing include

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/lxc_unshare.c

index 2bbe2c339f97a6aab28e701c5e33f6515aa34a02..62349eb6ccf5da60cab88348a9d95105dd8eb50b 100644 (file)
 #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);