diff options
author | Lucas De Marchi <lucas.de.marchi@gmail.com> | 2012-12-05 09:22:50 -0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-12-05 17:18:07 +0200 |
commit | 8a03376544b046a84301847d1594f6c3674983ff (patch) | |
tree | c8c6210bbc47b8d550f12f45fbeba18f64edb83d /tools/hciattach_ath3k.c | |
parent | b84f6f794bd407699bf61884ca6eb54cf896c965 (diff) | |
download | bluez-8a03376544b046a84301847d1594f6c3674983ff.tar.gz |
Ensure config.h is included by using CPPFLAGS
Instead of trying to include config.h in each file over the tree and
possibly forgetting to include it, give a "-include config.h" argument
to the compiler so it's guaranteed that a) it will be included for all
source files and b) it will be the first header included.
gdbus/ directory is left out, since it would break other projects using
it.
Diffstat (limited to 'tools/hciattach_ath3k.c')
-rw-r--r-- | tools/hciattach_ath3k.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/hciattach_ath3k.c b/tools/hciattach_ath3k.c index 23208c66c..4dd6036de 100644 --- a/tools/hciattach_ath3k.c +++ b/tools/hciattach_ath3k.c @@ -17,10 +17,6 @@ * */ -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif - #include <stdio.h> #include <errno.h> #include <unistd.h> |