summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2005-04-20 12:23:13 +0000
committerMarcel Holtmann <marcel@holtmann.org>2005-04-20 12:23:13 +0000
commit7bf5fa8168f2b3da602189b962caa6fa81bb57ba (patch)
treea424fbd25a0efc5004757e6450cd529688971321 /include
parenta4b42bf7e70eaf50bfd7889ac2a3d67a91b5dd48 (diff)
Include stdio.h within bluetooth.h
Diffstat (limited to 'include')
-rw-r--r--include/bluetooth.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bluetooth.h b/include/bluetooth.h
index 276831ae..33d68a61 100644
--- a/include/bluetooth.h
+++ b/include/bluetooth.h
@@ -35,6 +35,7 @@
extern "C" {
#endif
+#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <endian.h>