summaryrefslogtreecommitdiff
path: root/gobex/gobex-packet.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-10-20 10:49:42 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:22:03 +0100
commite058d7a519c28f83ff202c20a923cd4256996c96 (patch)
tree8a35c28f59a4e0a6b92fac6adf744b029d11c641 /gobex/gobex-packet.c
parent745e460a58cbc5beeca00bc61c0752056b82d419 (diff)
downloadbluez-e058d7a519c28f83ff202c20a923cd4256996c96.tar.gz
gobex: fix includes of config.h
Diffstat (limited to 'gobex/gobex-packet.c')
-rw-r--r--gobex/gobex-packet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobex/gobex-packet.c b/gobex/gobex-packet.c
index df9403177..de5a1a8c7 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>