Use stdint.h instead of cstdint

This commit is contained in:
Maschell 2021-01-09 14:00:23 +01:00
parent 143eeccc38
commit ff8308d36b

View File

@ -7,7 +7,7 @@ extern "C"
{ {
#endif #endif
#include <cstdint> #include <stdint.h>
extern void KernelReadSRs(sr_table_t* table); extern void KernelReadSRs(sr_table_t* table);
extern void KernelWriteSRs(sr_table_t* table); extern void KernelWriteSRs(sr_table_t* table);