cam: Include stdbool.h for userland

Sponsored by:		Netflix
This commit is contained in:
Warner Losh 2023-04-15 18:25:00 -06:00
parent 1d35493e46
commit 757fc6666b

View File

@ -38,6 +38,9 @@
#endif
#include <sys/cdefs.h>
#ifndef _KERNEL
#include <stdbool.h>
#endif
typedef u_int path_id_t;
typedef u_int target_id_t;