From 4c94cb861dfbfe2a8c9c165165cbdbc062eaa39b Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Sat, 21 Nov 2015 12:24:21 +0100 Subject: [FUSE] Start refactoring so we can handle multithread fuse --- src/fuse/helper.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'src/fuse/helper.c') diff --git a/src/fuse/helper.c b/src/fuse/helper.c index 7b1101d..65644f8 100644 --- a/src/fuse/helper.c +++ b/src/fuse/helper.c @@ -1,9 +1,13 @@ -/* - * Helper functions for imageFuse - * by Stephan Schwaer, January 2014 - */ - #include "helper.h" + +#include +#include +#include +#include +#include +#include + + void printLog( log_info *info ) { FILE *logFile; -- cgit v1.2.3-55-g7522