summaryrefslogtreecommitdiff
path: root/android/ipc.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-11-04 11:34:58 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2013-11-04 12:10:31 +0200
commitd661ba725c053949fbfdb911299aa6269840fe88 (patch)
treed165ba667416843fbf2c174a28143b5182cd3d68 /android/ipc.c
parentf18bb68ba5a071d1707e3579928625a41679c5a9 (diff)
downloadbluez-d661ba725c053949fbfdb911299aa6269840fe88.tar.gz
android: Add the missing HAVE_CONFIG_H check daemon files
Diffstat (limited to 'android/ipc.c')
-rw-r--r--android/ipc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/ipc.c b/android/ipc.c
index 1f5275367..e672bf818 100644
--- a/android/ipc.c
+++ b/android/ipc.c
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stddef.h>
#include <errno.h>
#include <stdint.h>