Include fcntl.h for open(2)

It was implicitly included via sys/file.h on my system.
This commit is contained in:
sin 2015-10-07 15:20:09 +01:00
parent acca463813
commit fb4ca81fe8
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <sys/wait.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <unistd.h>