From: Cedric Le Goater Date: Thu, 5 May 2011 10:07:51 +0000 (+0200) Subject: lxc: fix bogus header file X-Git-Tag: lxc-0.7.4.2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3c7b19a0de4a7ba74e6d46a01dccbc75c9a3c20;p=thirdparty%2Flxc.git lxc: fix bogus header file The lxc/ prefix is missing in . This breaks the inclusion of the header file in external source code. Signed-off-by: Cedric Le Goater Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/conf.h b/src/lxc/conf.h index 712cb3a60..8fd3dd8c1 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -28,7 +28,7 @@ #include -#include /* for lxc_handler */ +#include /* for lxc_handler */ enum { LXC_NET_EMPTY,