diff options
Diffstat (limited to 'tinyusb/common/common.h')
| -rw-r--r-- | tinyusb/common/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tinyusb/common/common.h b/tinyusb/common/common.h index 6bd12c391..4007d6083 100644 --- a/tinyusb/common/common.h +++ b/tinyusb/common/common.h @@ -52,7 +52,8 @@ //--------------------------------------------------------------------+
//------------- Standard Header -------------//
-#include "primitive_types.h"
+#include <stdbool.h>
+#include <stdint.h>
#include <stddef.h>
#include <string.h>
#include <stdio.h>
|
