Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH obexd v2] gobex: fix includes of config.h
@ 2011-10-20  7:49 Luiz Augusto von Dentz
  2011-10-20  8:00 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2011-10-20  7:49 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

---
 gobex/gobex-defs.c     |    2 +-
 gobex/gobex-header.c   |    2 +-
 gobex/gobex-packet.c   |    2 +-
 gobex/gobex-transfer.c |    4 ++++
 4 files changed, 7 insertions(+), 3 deletions(-)

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>
 
-- 
1.7.6.4


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-10-20  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-20  7:49 [PATCH obexd v2] gobex: fix includes of config.h Luiz Augusto von Dentz
2011-10-20  8:00 ` Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox