From: Miklos Szeredi Date: Thu, 17 May 2007 12:41:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: fuse_2_7_0~14 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ea8fdc0552be1d110ad64fed62f86adcba142483;p=qemu-gpiodev%2Flibfuse.git *** empty log message *** --- diff --git a/NEWS b/NEWS index b835492..48b7b2e 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,8 @@ What is new in 2.7 - Stacking support for the high level API + - Add filename charset conversion module + - Improved mounting What is new in 2.6 diff --git a/example/fusexmp.c b/example/fusexmp.c index 464f792..8df474c 100644 --- a/example/fusexmp.c +++ b/example/fusexmp.c @@ -10,7 +10,9 @@ #define FUSE_USE_VERSION 26 +#ifdef HAVE_CONFIG_H #include +#endif #ifdef linux /* For pread()/pwrite() */ diff --git a/example/fusexmp_fh.c b/example/fusexmp_fh.c index daacb71..6565cf9 100644 --- a/example/fusexmp_fh.c +++ b/example/fusexmp_fh.c @@ -10,7 +10,9 @@ #define FUSE_USE_VERSION 26 +#ifdef HAVE_CONFIG_H #include +#endif #define _GNU_SOURCE