mirror of https://github.com/YosysHQ/abc.git
Include `stdbool.h` for portability of atomic calls
This commit is contained in:
parent
f0b070ef70
commit
2d267786d7
|
|
@ -36,6 +36,7 @@
|
|||
using namespace std;
|
||||
#else
|
||||
#include <stdatomic.h>
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@
|
|||
using namespace std;
|
||||
#else
|
||||
#include <stdatomic.h>
|
||||
#include <stdbool.h>
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue