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
1 changed files with 2 additions and 0 deletions

View File

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