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:
obrien 2001-04-01 11:32:56 +00:00
parent a47898d019
commit e2cf0ccf62

View File

@ -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>