summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-09-07 18:16:53 +0200
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2008-09-07 18:16:53 +0200
commit640d85d2f8ec89fd2af857fd69ce19f0a636534c (patch)
tree63e03922d38b0b71a62f453dfc7ca2a538705f24
parent75fda988319fcf94a3e5fc8781be0960b0656ce8 (diff)
- Include "fuse.h" to get rid of a compiler warning.
-rw-r--r--include/musicfs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/musicfs.h b/include/musicfs.h
index 2a26880..d3d399f 100644
--- a/include/musicfs.h
+++ b/include/musicfs.h
@@ -20,6 +20,9 @@
#ifndef _MP3FS_H_
#define _MP3FS_H_
+
+#include <fuse.h>
+
struct fuse_args;
int mfs_run(int, char **);