mirror of
https://github.com/opnsense/src.git
synced 2026-02-23 01:46:42 -05:00
cam: Include stdbool.h for userland
Sponsored by: Netflix
This commit is contained in:
parent
1d35493e46
commit
757fc6666b
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue