summaryrefslogtreecommitdiff
path: root/tools/hciattach_intel.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@intel.com>2012-12-07 12:46:04 +0200
committerJohan Hedberg <johan.hedberg@intel.com>2012-12-07 12:46:04 +0200
commitb8779d2202a2cd19fb9db8cdf9584a9718257072 (patch)
tree6683fa2c0f16f1a89a2ad9d73493220de7e1f474 /tools/hciattach_intel.c
parent7ff3126564b2ddd48c8a522a584717f925459dbb (diff)
downloadbluez-b8779d2202a2cd19fb9db8cdf9584a9718257072.tar.gz
Revert "Ensure config.h is included by using CPPFLAGS"
This reverts commit 8a03376544b046a84301847d1594f6c3674983ff. The patch needs to be split up and the gdbus/ changes were bogus compared to the original commit message. Conflicts: Makefile.am Makefile.obexd profiles/cyclingspeed/cyclingspeed.c profiles/heartrate/heartrate.c src/error.c
Diffstat (limited to 'tools/hciattach_intel.c')
-rw-r--r--tools/hciattach_intel.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/hciattach_intel.c b/tools/hciattach_intel.c
index 9bca0d490..749098ef9 100644
--- a/tools/hciattach_intel.c
+++ b/tools/hciattach_intel.c
@@ -21,6 +21,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>