uintptr_t need stdint.h

This commit is contained in:
Cloud Wu
2022-04-15 10:57:37 +08:00
parent c4da547259
commit bcd012f9cf

View File

@@ -4,6 +4,7 @@
#ifdef __STDC_NO_ATOMICS__
#include <stddef.h>
#include <stdint.h>
#define ATOM_INT volatile int
#define ATOM_POINTER volatile uintptr_t