From: Miklos Szeredi Date: Fri, 11 Jan 2002 08:25:52 +0000 (+0000) Subject: minor fixes X-Git-Tag: debian_version_0_95-1~14 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=074b4b92322e891e49b14ef4939d64b9615a4918;p=qemu-gpiodev%2Flibfuse.git minor fixes --- 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 #include +#include #include #include #include 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 #include +#include #include #include 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 - +#include #include #include #include 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