aboutsummaryrefslogtreecommitdiff
path: root/example/hello.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/hello.c
parentddc862a82407f1eb951eb0f021c7511c47535538 (diff)
minor fixes
Diffstat (limited to 'example/hello.c')
-rw-r--r--example/hello.c1
1 files changed, 1 insertions, 0 deletions
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>