diff options
Diffstat (limited to 'sys/arch/mvme88k/stand/libbug/getbrdid.c')
-rw-r--r-- | sys/arch/mvme88k/stand/libbug/getbrdid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/stand/libbug/getbrdid.c b/sys/arch/mvme88k/stand/libbug/getbrdid.c index 45008fbefb5..3848e31536c 100644 --- a/sys/arch/mvme88k/stand/libbug/getbrdid.c +++ b/sys/arch/mvme88k/stand/libbug/getbrdid.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getbrdid.c,v 1.2 2001/07/04 08:09:28 niklas Exp $ */ +/* $OpenBSD: getbrdid.c,v 1.3 2003/09/07 21:35:35 miod Exp $ */ /* * bug routines -- assumes that the necessary sections of memory @@ -6,6 +6,7 @@ */ #include <sys/types.h> #include <machine/prom.h> +#include "prom.h" /* BUG - query board routines */ struct mvmeprom_brdid * |