summaryrefslogtreecommitdiff
path: root/tinyusb/common
diff options
context:
space:
mode:
Diffstat (limited to 'tinyusb/common')
-rw-r--r--tinyusb/common/common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h
index 9fc483b5b..de87ca1a8 100644
--- a/tinyusb/common/common.h
+++ b/tinyusb/common/common.h
@@ -43,6 +43,9 @@
#endif
#include <stddef.h>
+#include <stdbool.h>
+#include <string.h>
+
#include "arch/arch.h"
#include "compiler/compiler.h"
#include "errors.h"