mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-21 18:50:50 +01:00
cam: Make cam.h self-contained for userland
We reference FILE * here, but don't include stdio.h. Do so (both of these are in !_KERNEL blocks). Sponsored by: Netflix
This commit is contained in:
parent
54521a6fe6
commit
0f83811158
@ -37,6 +37,7 @@
|
||||
|
||||
#ifndef _KERNEL
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
typedef u_int path_id_t;
|
||||
|
Loading…
Reference in New Issue
Block a user