summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-06-11 10:19:59 +0000
committerphk <phk@FreeBSD.org>2002-06-11 10:19:59 +0000
commitfff890a03f59e80da916d7b61d41ee375b3be4c0 (patch)
tree76f76fa98959edd9e1c80047f41df09ad47a3432 /sys/boot
parentfca980a9e4cff4a75d0f9e3fd0c29b8d9ea6f37a (diff)
downloadFreeBSD-src-fff890a03f59e80da916d7b61d41ee375b3be4c0.zip
FreeBSD-src-fff890a03f59e80da916d7b61d41ee375b3be4c0.tar.gz
#include <sys/disklabel.h> to get BBSIZE.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/alpha/boot1/boot1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/alpha/boot1/boot1.c b/sys/boot/alpha/boot1/boot1.c
index 20a8f5d..0864b31 100644
--- a/sys/boot/alpha/boot1/boot1.c
+++ b/sys/boot/alpha/boot1/boot1.c
@@ -33,6 +33,7 @@
#include <string.h>
#include <sys/param.h>
#include <sys/dirent.h>
+#include <sys/disklabel.h>
#include <machine/prom.h>
#include <machine/rpb.h>
OpenPOWER on IntegriCloud