fixup
This commit is contained in:
parent
c4d3022104
commit
a022299568
1 changed files with 5 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue