summaryrefslogtreecommitdiff
path: root/gobex/gobex-packet.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-10-18 11:12:25 +0300
committerMarcel Holtmann <marcel@holtmann.org>2012-12-04 22:22:03 +0100
commit745e460a58cbc5beeca00bc61c0752056b82d419 (patch)
tree8a78da6f7c80f06825bdaeb639168537874e14dd /gobex/gobex-packet.c
parent3a7f9049c0fef124ccb0f3fbbb45dd021301cbbd (diff)
downloadbluez-745e460a58cbc5beeca00bc61c0752056b82d419.tar.gz
gobex: add missing checks for config.h
Diffstat (limited to 'gobex/gobex-packet.c')
-rw-r--r--gobex/gobex-packet.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gobex/gobex-packet.c b/gobex/gobex-packet.c
index e2914a4e3..df9403177 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>