Commit 43de51b7 by Cedric Le Goater Committed by Daniel Lezcano

lxc: fix bogus header file

The lxc/ prefix is missing in <start.h>. This breaks the inclusion of the header file <lxc/conf.h> in external source code. Signed-off-by: 's avatarCedric Le Goater <clg@fr.ibm.com> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent 25df6b78
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <lxc/list.h> #include <lxc/list.h>
#include <start.h> /* for lxc_handler */ #include <lxc/start.h> /* for lxc_handler */
enum { enum {
LXC_NET_EMPTY, LXC_NET_EMPTY,
......
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