summaryrefslogtreecommitdiff
path: root/gobex/gobex-header.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2011-10-20 10:49:42 +0300
committerJohan Hedberg <johan.hedberg@intel.com>2011-10-20 10:58:44 +0300
commit97311fa71c3f309cab58b0a4d01a24bd7410d7ec (patch)
treec2169750608c817e168862b5862d042f24a3abae /gobex/gobex-header.c
parentafd4401044f488cacad62148f157afac6bffbf37 (diff)
downloadobexd-97311fa71c3f309cab58b0a4d01a24bd7410d7ec.tar.gz
gobex: fix includes of config.h
Diffstat (limited to 'gobex/gobex-header.c')
-rw-r--r--gobex/gobex-header.c2
1 files changed, 1 insertions, 1 deletions
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>