mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-12 00:54:37 +02:00
stdatomic.h: Include stdint.h, required for some limit types
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user