summaryrefslogtreecommitdiff
path: root/tools/btiotest.c
diff options
context:
space:
mode:
authorCristian Rodríguez <crrodriguez@opensuse.org>2012-12-23 18:58:48 -0800
committerMarcel Holtmann <marcel@holtmann.org>2012-12-23 18:58:48 -0800
commit0427b194d611dac67e1736524040f6638033a35f (patch)
treee36b1176870ba2372bc363827364d61d0def54bb /tools/btiotest.c
parentb6268e1350eb891bf7ab63c3f8359763c9764fbb (diff)
downloadbluez-0427b194d611dac67e1736524040f6638033a35f.tar.gz
tools: Fix missing config.h includes
Diffstat (limited to 'tools/btiotest.c')
-rw-r--r--tools/btiotest.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/btiotest.c b/tools/btiotest.c
index 4b170ace5..7a77bb7f6 100644
--- a/tools/btiotest.c
+++ b/tools/btiotest.c
@@ -21,6 +21,11 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*
*/
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>