mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add '#include <err.h>' for warn().
This commit is contained in:
parent
d2f5398613
commit
c540b79f8b
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <err.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue