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 <c...@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,

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Lxc-devel mailing list
Lxc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-devel

Reply via email to