diff options
Diffstat (limited to 'example/cuse_client.c')
-rwxr-xr-x | example/cuse_client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/cuse_client.c b/example/cuse_client.c index cc85c20..64c1a8a 100755 --- a/example/cuse_client.c +++ b/example/cuse_client.c @@ -40,7 +40,7 @@ #include <config.h> #include <sys/types.h> -#include <sys/fcntl.h> +#include <fcntl.h> #include <sys/stat.h> #include <sys/ioctl.h> #include <stdio.h> |