From b4f8660eb27d0a93fa23e13795e53d34c5fd8538 Mon Sep 17 00:00:00 2001 From: Silas Sewell Date: Wed, 24 Feb 2010 16:24:55 +0100 Subject: [PATCH] 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 --- src/lxc/start.c | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2