fix include for fcntl

This commit is contained in:
root
2014-12-27 17:51:49 -06:00
parent e465d44bfe
commit 59e7fe33f9

View File

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