Diff between 55ab178e089c24f2d68ebb4fa17c6184919dbdf8 and 45affc5e59aaec3b1858b6428b9d8a42bb0a2aa2
Changed Files
| File | Additions | Deletions | Status |
| tools/hcidump.c | +4 | -0 | modified |
Full Patch
diff --git a/tools/hcidump.c b/tools/hcidump.c
index 1b3f4a0..7ae4cd0 100644
--- a/tools/hcidump.c
+++ b/tools/hcidump.c
@@ -24,6 +24,10 @@
* $Id$
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdio.h>
#include <errno.h>
#include <fcntl.h>