mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
stdatomic.h: Include stdint.h, required for some limit types
This commit is contained in:
parent
433ff1474e
commit
b877216fef
@ -32,6 +32,7 @@
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/_types.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#if __has_extension(c_atomic) || __has_extension(cxx_atomic)
|
||||
#define __CLANG_ATOMICS
|
||||
|
Loading…
x
Reference in New Issue
Block a user