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:
David E. O'Brien 2001-04-01 11:32:56 +00:00
parent 656533ef4d
commit ad6d7cd03f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75066

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>