diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-10-16 13:50:03 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-10-16 13:50:03 +0000 |
commit | dbfd959ec35607d3c1a038c6c87c819526e5741f (patch) | |
tree | c79c039132e7421e2f7b31088397a6d617d2003f /sys/arch/mvme68k/stand/sboot/etherfun.c | |
parent | ba9b3006fcd3c29e13dc7d590a17828f07207169 (diff) |
update according to the libsa changes
Diffstat (limited to 'sys/arch/mvme68k/stand/sboot/etherfun.c')
-rw-r--r-- | sys/arch/mvme68k/stand/sboot/etherfun.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/sboot/etherfun.c b/sys/arch/mvme68k/stand/sboot/etherfun.c index 37b920a79b8..7128320f141 100644 --- a/sys/arch/mvme68k/stand/sboot/etherfun.c +++ b/sys/arch/mvme68k/stand/sboot/etherfun.c @@ -1,4 +1,4 @@ -/* $OpenBSD: etherfun.c,v 1.2 1996/04/28 10:49:36 deraadt Exp $ */ +/* $OpenBSD: etherfun.c,v 1.3 1996/10/16 13:50:00 mickey Exp $ */ /* * @@ -34,6 +34,7 @@ /* etherfun.c */ #include <sys/cdefs.h> +#include <stand.h> #include "sboot.h" #include "etherfun.h" |