[glick2] Include config.h in all files



commit 13b41c0b983f4e769c3ae106364efe63f485176d
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Oct 13 16:34:57 2011 +0200

    Include config.h in all files

 fs.c       |    2 ++
 mkbundle.c |    2 ++
 runner.c   |    2 ++
 3 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/fs.c b/fs.c
index b74b7ea..53b474c 100644
--- a/fs.c
+++ b/fs.c
@@ -1,5 +1,7 @@
 #define FUSE_USE_VERSION 26
 
+#include "config.h"
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
diff --git a/mkbundle.c b/mkbundle.c
index 7a21ade..459f9a7 100644
--- a/mkbundle.c
+++ b/mkbundle.c
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <unistd.h>
diff --git a/runner.c b/runner.c
index 044ced2..12bdc68 100644
--- a/runner.c
+++ b/runner.c
@@ -1,5 +1,7 @@
 #define FUSE_USE_VERSION 26
 
+#include "config.h"
+
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <sys/wait.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]