From ea8fdc0552be1d110ad64fed62f86adcba142483 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 17 May 2007 12:41:46 +0000 Subject: [PATCH] *** empty log message *** --- NEWS | 2 ++ example/fusexmp.c | 2 ++ example/fusexmp_fh.c | 2 ++ 3 files changed, 6 insertions(+) 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 -- 2.30.2