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 10:44:52 +00:00
parent ad0f825a09
commit a11b77ba78
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@
#include <unistd.h>
#include <string.h>
#include <sys/types.h>
#include <err.h>
#include "libdisk.h"
#define new_chunk() memset(malloc(sizeof(struct chunk)), 0, sizeof(struct chunk))