aboutsummaryrefslogtreecommitdiff
path: root/example/null.c
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2002-01-11 08:25:52 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2002-01-11 08:25:52 +0000
commit074b4b92322e891e49b14ef4939d64b9615a4918 (patch)
treee517d239db0d1d6261b42ae4690cc86cc369c0cd /example/null.c
parentddc862a82407f1eb951eb0f021c7511c47535538 (diff)
minor fixes
Diffstat (limited to 'example/null.c')
-rw-r--r--example/null.c2
1 files changed, 1 insertions, 1 deletions
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>