Add fcntl.h include to POSIX platform

Required for `open()`, etc.
This commit is contained in:
Michał Janiszewski 2017-09-03 14:29:23 +02:00 committed by Michał Janiszewski
parent 5d3c58611a
commit a13c30795d
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <ctype.h>
#include <dirent.h>
#include <errno.h>
#include <fcntl.h>
#include <fnmatch.h>
#include <fts.h>
#include <libgen.h>