summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1998-12-29 21:54:13 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1998-12-29 21:54:13 +0000
commitf8c8def49e86ac22880b720ed50f07253df7b0be (patch)
treef2d1d04bd62d82995228230d2aaebc135a976625
parentb219b0e3cb7036de2214b97bd49f338d25dc5217 (diff)
help MI code
-rw-r--r--sys/arch/hppa/include/autoconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/autoconf.h b/sys/arch/hppa/include/autoconf.h
index 3ed5307da54..3bc3ec27560 100644
--- a/sys/arch/hppa/include/autoconf.h
+++ b/sys/arch/hppa/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.3 1998/11/23 03:29:50 mickey Exp $ */
+/* $OpenBSD: autoconf.h,v 1.4 1998/12/29 21:54:12 mickey Exp $ */
/*
* Copyright (c) 1998 Michael Shalayeff
@@ -31,6 +31,7 @@
*/
#include <machine/bus.h>
+#include <machine/pdc.h>
struct confargs {
const char *ca_name; /* device name/description */