From 52fb831b82022a893b74412dda293acb18c69461 Mon Sep 17 00:00:00 2001 From: marcel Date: Mon, 2 Aug 2004 23:18:48 +0000 Subject: Move the inclusion of libdisk.h from sysinstall.h to the source files that actually need it. This makes it easier for a platform porter to find the files that may need tweaking to support whatever MD specific partitioning is needed. It also helps to prevent that the libdisk API gets exposed and/or used where it's not needed. --- usr.sbin/sade/wizard.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/sade/wizard.c') diff --git a/usr.sbin/sade/wizard.c b/usr.sbin/sade/wizard.c index 3a07887..98e0a5c 100644 --- a/usr.sbin/sade/wizard.c +++ b/usr.sbin/sade/wizard.c @@ -13,6 +13,7 @@ #include "sysinstall.h" #include #include +#include int scan_block(int fd, daddr_t block) -- cgit v1.1