summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k/stand/libbug/getbrdid.c
diff options
context:
space:
mode:
authorchuck <chuck@cvs.openbsd.org>1996-05-16 02:25:44 +0000
committerchuck <chuck@cvs.openbsd.org>1996-05-16 02:25:44 +0000
commit043afc32eb81f007f926017a64bb1f34e8f0c068 (patch)
tree8df9edb0ed025d44e5b34dd2460dfd20e496f765 /sys/arch/mvme68k/stand/libbug/getbrdid.c
parent1532b093a344b29f82ddf9f2fc0985b2d3578cb5 (diff)
reorg & cleanup. add in some stuff so we can remove libsa/promcons.c.
Diffstat (limited to 'sys/arch/mvme68k/stand/libbug/getbrdid.c')
-rw-r--r--sys/arch/mvme68k/stand/libbug/getbrdid.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme68k/stand/libbug/getbrdid.c b/sys/arch/mvme68k/stand/libbug/getbrdid.c
index 02ac1bf422a..db4c49c719e 100644
--- a/sys/arch/mvme68k/stand/libbug/getbrdid.c
+++ b/sys/arch/mvme68k/stand/libbug/getbrdid.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getbrdid.c,v 1.1 1996/05/07 11:25:08 deraadt Exp $ */
+/* $OpenBSD: getbrdid.c,v 1.2 1996/05/16 02:25:40 chuck Exp $ */
/*
* bug routines -- assumes that the necessary sections of memory
@@ -7,6 +7,8 @@
#include <sys/types.h>
#include <machine/prom.h>
+#include "libbug.h"
+
/* BUG - query board routines */
struct mvmeprom_brdid *
mvmeprom_getbrdid()