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.5~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43de51b7441cbe02fc4479a4bbfb58c6d0356999;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,