This file is also used in libcompiler_rt, so bring in stdbool.h if we're not

in the kernel.
This commit is contained in:
Olivier Houchard 2017-04-11 13:31:27 +00:00
parent c00bf73076
commit 4176bf15d4

View File

@ -33,6 +33,10 @@ __FBSDID("$FreeBSD$");
#include <sys/stdatomic.h>
#include <sys/types.h>
#ifndef _KERNEL
#include <stdbool.h>
#endif /* _KERNEL */
#if defined(__SYNC_ATOMICS)
/*