diff options
Diffstat (limited to 'sys/arch/hp300/dev/rd_root.c')
-rw-r--r-- | sys/arch/hp300/dev/rd_root.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hp300/dev/rd_root.c b/sys/arch/hp300/dev/rd_root.c index 2e12b5886a6..561cd6a291f 100644 --- a/sys/arch/hp300/dev/rd_root.c +++ b/sys/arch/hp300/dev/rd_root.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rd_root.c,v 1.2 1997/02/16 17:54:39 downsj Exp $ */ +/* $OpenBSD: rd_root.c,v 1.3 1997/04/20 08:27:31 downsj Exp $ */ /* $NetBSD: rd_root.c,v 1.1 1996/05/20 01:17:31 chuck Exp $ */ /* @@ -30,6 +30,7 @@ #include <sys/param.h> #include <sys/reboot.h> +#include <sys/systm.h> #include <dev/ramdisk.h> |