diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2005-04-20 12:23:13 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2005-04-20 12:23:13 +0000 |
commit | 7bf5fa8168f2b3da602189b962caa6fa81bb57ba (patch) | |
tree | a424fbd25a0efc5004757e6450cd529688971321 /include | |
parent | a4b42bf7e70eaf50bfd7889ac2a3d67a91b5dd48 (diff) |
Include stdio.h within bluetooth.h
Diffstat (limited to 'include')
-rw-r--r-- | include/bluetooth.h | 1 |
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> |