mirror of
https://github.com/xorgy/mediafire-fuse
synced 2026-01-13 13:14:29 -08:00
fix include for fcntl
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user