summaryrefslogtreecommitdiff
path: root/client/main.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2012-12-11 12:11:47 +0100
committerMarcel Holtmann <marcel@holtmann.org>2012-12-11 12:11:47 +0100
commitb5d3f53acb13a29d9c00f9feeb86547f4a8dba49 (patch)
tree4d07de38af2ff3238925c78d0718c875bf680ad1 /client/main.c
parent27e37a50f35cc54c266cbd37e32dadbf3016e5e8 (diff)
downloadconnman-b5d3f53acb13a29d9c00f9feeb86547f4a8dba49.tar.gz
connman-b5d3f53acb13a29d9c00f9feeb86547f4a8dba49.tar.bz2
connman-b5d3f53acb13a29d9c00f9feeb86547f4a8dba49.zip
client: Add missing includes of config.h
Diffstat (limited to 'client/main.c')
-rw-r--r--client/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/main.c b/client/main.c
index e5792192..9a614c8a 100644
--- a/client/main.c
+++ b/client/main.c
@@ -20,6 +20,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>