]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add missing stat.h include to start.c
authorSilas Sewell <silas@sewell.ch>
Wed, 24 Feb 2010 15:24:55 +0000 (16:24 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 24 Feb 2010 15:24:55 +0000 (16:24 +0100)
The patch fixes a build error on the devel version of Fedora.

Signed-off-by: Silas Sewell <silas@sewell.ch>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/start.c

index 4b75577fd8738e405868d515055b482594f2fc5b..d9e2d111b7f17185c0199561f3e966de3c6fb36d 100644 (file)
@@ -36,6 +36,7 @@
 #include <sys/param.h>
 #include <sys/file.h>
 #include <sys/mount.h>
+#include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/prctl.h>
 #include <sys/types.h>