This commit is contained in:
William Woodall 2015-12-14 23:27:14 -08:00
parent c4d3022104
commit a022299568

View file

@ -74,6 +74,11 @@
#ifndef _STDATOMIC_H_ // NOLINT
#define _STDATOMIC_H_
#if __cplusplus
// This will suppress warnings about _Bool not being defined.
typedef bool _Bool;
#endif
#include <stddef.h>
#include <stdint.h>