Include fcntl.h for open()
Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
parent
3393ded725
commit
018a67986d
1 changed files with 1 additions and 0 deletions
1
surf.c
1
surf.c
|
@ -12,6 +12,7 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
#include <fcntl.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
Loading…
Reference in a new issue