summaryrefslogtreecommitdiffstats
path: root/src/fuse/main.c
diff options
context:
space:
mode:
authorSimon Rettberg2015-11-21 12:24:21 +0100
committerSimon Rettberg2015-11-21 12:24:21 +0100
commit4c94cb861dfbfe2a8c9c165165cbdbc062eaa39b (patch)
tree5ef29b28a920626b572a0d6dd378440ddb7f885b /src/fuse/main.c
parent[SERVER] Improve image related locking (diff)
downloaddnbd3-4c94cb861dfbfe2a8c9c165165cbdbc062eaa39b.tar.gz
dnbd3-4c94cb861dfbfe2a8c9c165165cbdbc062eaa39b.tar.xz
dnbd3-4c94cb861dfbfe2a8c9c165165cbdbc062eaa39b.zip
[FUSE] Start refactoring so we can handle multithread fuse
Diffstat (limited to 'src/fuse/main.c')
-rw-r--r--src/fuse/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuse/main.c b/src/fuse/main.c
index 1da12d8..d6a4d98 100644
--- a/src/fuse/main.c
+++ b/src/fuse/main.c
@@ -7,7 +7,7 @@
* Changed by Stephan Schwaer
* */
-#include "../protocol.h"
+#include "../shared/protocol.h"
#include "../serialize.h"
#include "helper.h"