summaryrefslogtreecommitdiff
path: root/gobex
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-10-18 11:12:25 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2011-10-18 11:21:02 +0300
commitafd4401044f488cacad62148f157afac6bffbf37 (patch)
treec7ac14228b778ec379ece1b5a8e23c7a07103cd2 /gobex
parent74fbdb9d63fb0ae2786f6e5aac054b33f2ca90f7 (diff)
downloadobexd-afd4401044f488cacad62148f157afac6bffbf37.tar.gz
gobex: add missing checks for config.h
Diffstat (limited to 'gobex')
-rw-r--r--gobex/gobex-defs.c4
-rw-r--r--gobex/gobex-header.c4
-rw-r--r--gobex/gobex-packet.c4
3 files changed, 12 insertions, 0 deletions
diff --git a/gobex/gobex-defs.c b/gobex/gobex-defs.c
index f1f3b38..beb773d 100644
--- a/gobex/gobex-defs.c
+++ b/gobex/gobex-defs.c
@@ -19,6 +19,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <glib.h>
#include "gobex-defs.h"
diff --git a/gobex/gobex-header.c b/gobex/gobex-header.c
index 68e2341..0dade51 100644
--- a/gobex/gobex-header.c
+++ b/gobex/gobex-header.c
@@ -19,6 +19,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <string.h>
#include "gobex-header.h"
diff --git a/gobex/gobex-packet.c b/gobex/gobex-packet.c
index e2914a4..df94031 100644
--- a/gobex/gobex-packet.c
+++ b/gobex/gobex-packet.c
@@ -19,6 +19,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include <string.h>
#include <errno.h>