diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-20 08:27:32 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1997-04-20 08:27:32 +0000 |
commit | ae9306f7eab65f7f7d87e112df18f130790ff5cd (patch) | |
tree | c69a0b48c3b5e32194b58bb79ef5c6650dfa9cca /sys/arch/hp300 | |
parent | 520ac0ceaf1407123b16ee0498e9aefc22769062 (diff) |
Pull in systm.h, need printf() prototype.
Diffstat (limited to 'sys/arch/hp300')
-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> |