From 43de51b7441cbe02fc4479a4bbfb58c6d0356999 Mon Sep 17 00:00:00 2001 From: Cedric Le Goater Date: Thu, 5 May 2011 12:07:51 +0200 Subject: [PATCH] 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 --- src/lxc/conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,