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

pull/249/head
Angus Gratton 2017-01-06 10:14:32 +11:00
rodzic 433ff1474e
commit b877216fef
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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