[lxc-devel] [PATCH] lxc: fix bogus header file

Cedric Le Goater clg at fr.ibm.com
Fri Apr 22 12:40:39 UTC 2011


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 at fr.ibm.com>
---
 src/lxc/conf.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lxc/conf.h b/src/lxc/conf.h
index 452ad7a..7247289 100644
--- a/src/lxc/conf.h
+++ b/src/lxc/conf.h
@@ -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,




More information about the lxc-devel mailing list