stdatomic.h: Include stdint.h, required for some limit types

This commit is contained in:
Angus Gratton 2017-01-06 10:14:32 +11:00
parent 433ff1474e
commit b877216fef

View File

@ -32,6 +32,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <sys/_types.h> #include <sys/_types.h>
#include <stdint.h>
#if __has_extension(c_atomic) || __has_extension(cxx_atomic) #if __has_extension(c_atomic) || __has_extension(cxx_atomic)
#define __CLANG_ATOMICS #define __CLANG_ATOMICS