]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/start.c
tree-wide: fix lxc header inclusion
[mirror_lxc.git] / src / lxc / start.c
index 58c4136ea6fe4d6d24926d0fa406b80f421bec6e..252fc8a8a5cc3d178a84a6b7ea27b678bc7af611 100644 (file)
@@ -25,6 +25,8 @@
 #include <sys/wait.h>
 #include <unistd.h>
 
+#include "lxc.h"
+
 #include "af_unix.h"
 #include "attach_options.h"
 #include "caps.h"
@@ -41,7 +43,6 @@
 #include "list.h"
 #include "log.h"
 #include "lsm/lsm.h"
-#include "lxccontainer.h"
 #include "lxclock.h"
 #include "lxcseccomp.h"
 #include "macro.h"