]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc: fix bogus header file
authorCedric Le Goater <clg@fr.ibm.com>
Thu, 5 May 2011 10:07:51 +0000 (12:07 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 5 May 2011 10:07:51 +0000 (12:07 +0200)
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: Cedric Le Goater <clg@fr.ibm.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.h

index 712cb3a60f7445788239faf7954c407c48207b55..8fd3dd8c1f1d46cad7d5a11584162f7402762f70 100644 (file)
@@ -28,7 +28,7 @@
 
 #include <lxc/list.h>
 
-#include <start.h> /* for lxc_handler */
+#include <lxc/start.h> /* for lxc_handler */
 
 enum {
        LXC_NET_EMPTY,