diff options
-rw-r--r-- | sys/boot/alpha/boot1/boot1.c | 1 |
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> |