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:
Warner Losh 2023-11-30 18:18:59 -07:00
parent 54521a6fe6
commit 0f83811158

View File

@ -37,6 +37,7 @@
#ifndef _KERNEL
#include <stdbool.h>
#include <stdio.h>
#endif
typedef u_int path_id_t;