]> granicus.if.org Git - esp-idf/commitdiff
stdatomic.h: Include stdint.h, required for some limit types
authorAngus Gratton <angus@espressif.com>
Thu, 5 Jan 2017 23:14:32 +0000 (10:14 +1100)
committerAngus Gratton <angus@espressif.com>
Tue, 10 Jan 2017 00:11:27 +0000 (11:11 +1100)
components/newlib/include/stdatomic.h

index 09c0cf73e0036537f54c6f5b86d854d1e77795b3..beba325b1a29000e91a3c535aee6d8ed32303530 100644 (file)
@@ -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