From ad6d7cd03ff8efab3e47801daf4d42605f3f60a0 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sun, 1 Apr 2001 11:32:56 +0000 Subject: [PATCH] Add back 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) --- lib/libdisk/disk.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c index 45f117e81d1..1c363463155 100644 --- a/lib/libdisk/disk.c +++ b/lib/libdisk/disk.c @@ -15,6 +15,7 @@ #include #include #include +#include #include #include #include