fixed broken include for fcntl

This commit is contained in:
root
2014-12-27 17:41:36 -06:00
parent e83ed07070
commit b50191bb0e

View File

@@ -32,7 +32,7 @@
#include <errno.h>
#include <sys/stat.h>
#ifdef __linux
#include <bits/fcntl-linux.h>
#include <fcntl.h>
#endif
#include <pwd.h>
#include <wordexp.h>