diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-07-01 20:25:39 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-07-01 20:25:39 +0000 |
| commit | 20628ddeee556d48b0de6223263daff84404e04d (patch) | |
| tree | cd5552fd0235663e6b42d43316ca87093735a39a | |
| parent | abab09a80aa99c4f1e0afa63bba171406542a067 (diff) | |
Notes
| -rw-r--r-- | sys/alpha/pci/cia.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/pci/cia.c b/sys/alpha/pci/cia.c index ce5fae03fd5f..772eaa48755b 100644 --- a/sys/alpha/pci/cia.c +++ b/sys/alpha/pci/cia.c @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: cia.c,v 1.18 1999/05/20 15:33:21 gallatin Exp $ + * $Id: cia.c,v 1.19 1999/06/05 13:30:13 dfr Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -103,6 +103,7 @@ #include <alpha/pci/ciareg.h> #include <alpha/pci/ciavar.h> #include <alpha/pci/pcibus.h> +#include <alpha/isa/isavar.h> #include <machine/bwx.h> #include <machine/swiz.h> #include <machine/intr.h> |
