aboutsummaryrefslogtreecommitdiffstats
path: root/include/fuse.h
diff options
context:
space:
mode:
authorRoland Bauerschmidt <rb@debian.org>2002-04-12 14:32:43 +0000
committerRoland Bauerschmidt <rb@debian.org>2002-04-12 14:32:43 +0000
commitf0cd8e4c394b16c496ed08a3448be0b5fdbfa5e5 (patch)
treed92397db472ae293732e5865e7ac748061af875c /include/fuse.h
parentd99aa52ddbd478a4fb124d1e1621f3bfa68bab32 (diff)
downloadlibfuse-f0cd8e4c394b16c496ed08a3448be0b5fdbfa5e5.tar.gz
Changed #include "fusestat.h" to #include <fusestat.h> and added fusestat.h
to include/Makefile.am, so that building with headers in /usr/include works.
Diffstat (limited to 'include/fuse.h')
-rw-r--r--include/fuse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/fuse.h b/include/fuse.h
index 451e163..b75978c 100644
--- a/include/fuse.h
+++ b/include/fuse.h
@@ -15,7 +15,7 @@
#include <sys/stat.h>
#include <utime.h>
-#include "fusestat.h"
+#include <fusestat.h>
/* ----------------------------------------------------------- *
* Basic FUSE API *
* ----------------------------------------------------------- */