Skip to content

Commit

Permalink
cam: Make cam.h self-contained for userland
Browse files Browse the repository at this point in the history
We reference FILE * here, but don't include stdio.h. Do so (both of
these are in !_KERNEL blocks).

Sponsored by:		Netflix
  • Loading branch information
bsdimp committed Dec 1, 2023
1 parent 54521a6 commit 0f83811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sys/cam/cam.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@

#ifndef _KERNEL
#include <stdbool.h>
#include <stdio.h>
#endif

typedef u_int path_id_t;
Expand Down

0 comments on commit 0f83811

Please sign in to comment.