diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/fusexmp.c | 1 | ||||
-rw-r--r-- | example/hello.c | 1 | ||||
-rw-r--r-- | example/null.c | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c index b921d56..f237667 100644 --- a/example/fusexmp.c +++ b/example/fusexmp.c @@ -13,6 +13,7 @@ #include <fuse.h> #include <stdio.h> +#include <string.h> #include <unistd.h> #include <fcntl.h> #include <dirent.h> diff --git a/example/hello.c b/example/hello.c index ccd4b5f..be8930e 100644 --- a/example/hello.c +++ b/example/hello.c @@ -8,6 +8,7 @@ #include <fuse.h> #include <stdio.h> +#include <string.h> #include <errno.h> #include <fcntl.h> diff --git a/example/null.c b/example/null.c index 71e9a19..3a948f2 100644 --- a/example/null.c +++ b/example/null.c @@ -7,7 +7,7 @@ */ #include <fuse.h> - +#include <string.h> #include <unistd.h> #include <time.h> #include <errno.h> |