summaryrefslogtreecommitdiffstats
path: root/src/fuse/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fuse/helper.c')
-rw-r--r--src/fuse/helper.c14
1 files changed, 9 insertions, 5 deletions
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 <stdio.h>
+#include <string.h>
+#include <errno.h>
+#include <stdlib.h>
+#include <unistd.h>
+#include <inttypes.h>
+
+
void printLog( log_info *info )
{
FILE *logFile;