]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
tests: Add missing include
authorStéphane Graber <stgraber@ubuntu.com>
Thu, 13 Mar 2014 03:52:08 +0000 (23:52 -0400)
committerStéphane Graber <stgraber@ubuntu.com>
Thu, 13 Mar 2014 03:52:20 +0000 (23:52 -0400)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
src/tests/startone.c

index 5735410b134b2538abf111cd0f110793e253335a..b5056e165af4038ce5b1fa8927f5cfef231d80ac 100644 (file)
@@ -26,6 +26,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <errno.h>
+#include <fcntl.h>
 
 #define MYNAME "lxctest1"