diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-29 21:54:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-12-29 21:54:13 +0000 |
commit | f8c8def49e86ac22880b720ed50f07253df7b0be (patch) | |
tree | f2d1d04bd62d82995228230d2aaebc135a976625 | |
parent | b219b0e3cb7036de2214b97bd49f338d25dc5217 (diff) |
help MI code
-rw-r--r-- | sys/arch/hppa/include/autoconf.h | 3 |
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 */ |