minor fixes
authorMiklos Szeredi <miklos@szeredi.hu>
Fri, 11 Jan 2002 08:25:52 +0000 (08:25 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Fri, 11 Jan 2002 08:25:52 +0000 (08:25 +0000)
example/fusexmp.c
example/hello.c
example/null.c
makeconf.sh

index b921d56b57bacb2088a2c311812fc7068eac5c6c..f2376672def199e7e8bf122922b3c189f576cc05 100644 (file)
@@ -13,6 +13,7 @@
 
 #include <fuse.h>
 #include <stdio.h>
+#include <string.h>
 #include <unistd.h>
 #include <fcntl.h>
 #include <dirent.h>
index ccd4b5f0424ea5944fd2f79383e5431a8002db69..be8930e8f32d78b0f78fddb7ce7cd359046ab7d7 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <fuse.h>
 #include <stdio.h>
+#include <string.h>
 #include <errno.h>
 #include <fcntl.h>
 
index 71e9a19de7fe01e9847b98eb570458fed94a5981..3a948f25d5478eaa6b130e3511453ee8a244d4f9 100644 (file)
@@ -7,7 +7,7 @@
 */
 
 #include <fuse.h>
-
+#include <string.h>
 #include <unistd.h>
 #include <time.h>
 #include <errno.h>
index 4a19b276fcae26ab2065251737d0a3a441b5af40..2c97050cdceccb2dc46b0519af37f6a3a308a239 100755 (executable)
@@ -4,4 +4,3 @@ aclocal
 autoheader
 autoconf
 automake -a -c
-./configure