From: Silas Sewell Date: Wed, 24 Feb 2010 15:24:55 +0000 (+0100) Subject: Add missing stat.h include to start.c X-Git-Tag: lxc-0.7.0~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4f8660eb27d0a93fa23e13795e53d34c5fd8538;p=thirdparty%2Flxc.git Add missing stat.h include to start.c The patch fixes a build error on the devel version of Fedora. Signed-off-by: Silas Sewell Signed-off-by: Daniel Lezcano --- diff --git a/src/lxc/start.c b/src/lxc/start.c index 4b75577fd..d9e2d111b 100644 --- a/src/lxc/start.c +++ b/src/lxc/start.c @@ -36,6 +36,7 @@ #include #include #include +#include #include #include #include