#include <machine/intr.h> to get IST_* definitions.

This commit is contained in:
thorpej 1996-05-14 00:31:04 +00:00
parent f668914751
commit 52e2ab70b0
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: isa.c,v 1.84 1996/05/12 23:53:01 mycroft Exp $ */
/* $NetBSD: isa.c,v 1.85 1996/05/14 00:31:04 thorpej Exp $ */
/*-
* Copyright (c) 1993, 1994 Charles Hannum. All rights reserved.
@ -36,6 +36,8 @@
#include <sys/malloc.h>
#include <sys/device.h>
#include <machine/intr.h>
#include <dev/isa/isareg.h>
#include <dev/isa/isavar.h>