mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add back <err.h> for warn().
(of course it's pretty stupid to call it, as printf doesn't work w/in sysinstall, and sysinstall is the only consumer of libdisk)
This commit is contained in:
parent
656533ef4d
commit
ad6d7cd03f
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@
|
|||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <err.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue