Diff between 3a7f9049c0fef124ccb0f3fbbb45dd021301cbbd and 745e460a58cbc5beeca00bc61c0752056b82d419

Changed Files

File Additions Deletions Status
gobex/gobex-defs.c +4 -0 modified
gobex/gobex-header.c +4 -0 modified
gobex/gobex-packet.c +4 -0 modified

Full Patch

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>