Diff between 745e460a58cbc5beeca00bc61c0752056b82d419 and e058d7a519c28f83ff202c20a923cd4256996c96

Changed Files

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

Full Patch

diff --git a/gobex/gobex-defs.c b/gobex/gobex-defs.c
index beb773d..c184c9c 100644
--- a/gobex/gobex-defs.c
+++ b/gobex/gobex-defs.c
@@ -20,7 +20,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+#include <config.h>
 #endif
 
 #include <glib.h>
diff --git a/gobex/gobex-header.c b/gobex/gobex-header.c
index 0dade51..c2f0085 100644
--- a/gobex/gobex-header.c
+++ b/gobex/gobex-header.c
@@ -20,7 +20,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+#include <config.h>
 #endif
 
 #include <string.h>
diff --git a/gobex/gobex-packet.c b/gobex/gobex-packet.c
index df94031..de5a1a8 100644
--- a/gobex/gobex-packet.c
+++ b/gobex/gobex-packet.c
@@ -20,7 +20,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-# include "config.h"
+#include <config.h>
 #endif
 
 #include <string.h>
diff --git a/gobex/gobex-transfer.c b/gobex/gobex-transfer.c
index 7278cb3..ab8cf2b 100644
--- a/gobex/gobex-transfer.c
+++ b/gobex/gobex-transfer.c
@@ -19,6 +19,10 @@
  *
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <string.h>
 #include <errno.h>