summaryrefslogtreecommitdiff
path: root/sys/dev/eisa
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-08-21 20:33:42 +0000
committerBruce Evans <bde@FreeBSD.org>1997-08-21 20:33:42 +0000
commitb1037dcd53d5a0d9f735002dfe48153f9678742b (patch)
tree36f583fc2e1cfc59bc80078344244637c068abca /sys/dev/eisa
parentd7fde192a6534c4dbdc0069d6ec8d7f3d9307425 (diff)
Notes
Diffstat (limited to 'sys/dev/eisa')
-rw-r--r--sys/dev/eisa/eisaconf.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/eisa/eisaconf.c b/sys/dev/eisa/eisaconf.c
index 7153df6ff03f..cf3cd3f96e3b 100644
--- a/sys/dev/eisa/eisaconf.c
+++ b/sys/dev/eisa/eisaconf.c
@@ -28,7 +28,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: eisaconf.c,v 1.28 1997/07/20 06:31:09 bde Exp $
+ * $Id: eisaconf.c,v 1.29 1997/08/21 07:36:43 fsmp Exp $
*/
#include "opt_eisa.h"
@@ -38,6 +38,8 @@
#include <sys/kernel.h>
#include <sys/malloc.h>
+#include <machine/limits.h>
+
#include <i386/eisa/eisaconf.h>
#include <i386/isa/icu.h> /* Hmmm. Interrupt stuff? */