summaryrefslogtreecommitdiff
path: root/gobex/gobex-transfer.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-transfer.c
parent745e460a58cbc5beeca00bc61c0752056b82d419 (diff)
downloadbluez-e058d7a519c28f83ff202c20a923cd4256996c96.tar.gz
gobex: fix includes of config.h
Diffstat (limited to 'gobex/gobex-transfer.c')
-rw-r--r--gobex/gobex-transfer.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/gobex/gobex-transfer.c b/gobex/gobex-transfer.c
index 7278cb344..ab8cf2b1e 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>