Include fcntl.h for open()

Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
Felix Janda
2015-12-31 15:08:56 +01:00
committed by Christoph Lohmann
parent 3393ded725
commit 018a67986d
+1
View File
@@ -12,6 +12,7 @@
#include <string.h>
#include <sys/types.h>
#include <sys/wait.h>
#include <fcntl.h>
#include <unistd.h>
#include <limits.h>
#include <stdlib.h>