aboutsummaryrefslogtreecommitdiffstats
path: root/example/fusexmp.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2006-10-01 13:46:02 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2006-10-01 13:46:02 +0000
commit4003dfa31341e5584375c1423d223f099a6049c7 (patch)
tree7cd8a42bc1666788a7f2c8b29265a4f8b7c585e1 /example/fusexmp.c
parent0740785ee4ecd3edf07b0f311017ea00cb63698b (diff)
downloadlibfuse-4003dfa31341e5584375c1423d223f099a6049c7.tar.gz
Add init script
Diffstat (limited to 'example/fusexmp.c')
-rw-r--r--example/fusexmp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/example/fusexmp.c b/example/fusexmp.c
index b32e236..b086235 100644
--- a/example/fusexmp.c
+++ b/example/fusexmp.c
@@ -4,8 +4,12 @@
This program can be distributed under the terms of the GNU GPL.
See the file COPYING.
+
+ gcc -Wall `pkg-config fuse --cflags --libs` fusexmp.c -o fusexmp
*/
+#define FUSE_USE_VERSION 26
+
#include <config.h>
#ifdef linux