mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix <timespec.h> including <stdbool.h> in C++.
This commit is contained in:
parent
c451de1bc2
commit
1a99dc5048
1 changed files with 2 additions and 0 deletions
|
@ -29,7 +29,9 @@
|
||||||
|
|
||||||
#include <sys/__/types.h>
|
#include <sys/__/types.h>
|
||||||
|
|
||||||
|
#if !defined(__cplusplus)
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue