aboutsummaryrefslogtreecommitdiff
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
parentddc862a82407f1eb951eb0f021c7511c47535538 (diff)
minor fixes
-rw-r--r--example/fusexmp.c1
-rw-r--r--example/hello.c1
-rw-r--r--example/null.c2
-rwxr-xr-xmakeconf.sh1
4 files changed, 3 insertions, 2 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>
diff --git a/makeconf.sh b/makeconf.sh
index 4a19b27..2c97050 100755
--- a/makeconf.sh
+++ b/makeconf.sh
@@ -4,4 +4,3 @@ aclocal
autoheader
autoconf
automake -a -c
-./configure