summaryrefslogtreecommitdiff
path: root/extmod/mpbthci.h
diff options
context:
space:
mode:
Diffstat (limited to 'extmod/mpbthci.h')
-rw-r--r--extmod/mpbthci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/extmod/mpbthci.h b/extmod/mpbthci.h
index c10f99c3d..3ff8294c4 100644
--- a/extmod/mpbthci.h
+++ b/extmod/mpbthci.h
@@ -27,6 +27,10 @@
#ifndef MICROPY_INCLUDED_EXTMOD_MPBTHCI_H
#define MICROPY_INCLUDED_EXTMOD_MPBTHCI_H
+#include <stdint.h>
+#include <stdbool.h>
+#include <stddef.h>
+
#define MICROPY_PY_BLUETOOTH_HCI_READ_MODE_BYTE (0)
#define MICROPY_PY_BLUETOOTH_HCI_READ_MODE_PACKET (1)