1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2014-08-03 00:12:08 +02:00
parent c451de1bc2
commit 1a99dc5048

View file

@ -29,7 +29,9 @@
#include <sys/__/types.h>
#if !defined(__cplusplus)
#include <stdbool.h>
#endif
__BEGIN_DECLS