summaryrefslogtreecommitdiffstats
path: root/sys/dev/eisa/eisaconf.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-08-21 20:33:42 +0000
committerbde <bde@FreeBSD.org>1997-08-21 20:33:42 +0000
commit6be005551ffd1ace2f7ba1934a910737f2e59575 (patch)
treec792cf83bf1989913aff1a9967b41c251bcbbe19 /sys/dev/eisa/eisaconf.c
parent9b3b0bd641dd507fae1fb2833ed51ddb5dbd9b8b (diff)
downloadFreeBSD-src-6be005551ffd1ace2f7ba1934a910737f2e59575.zip
FreeBSD-src-6be005551ffd1ace2f7ba1934a910737f2e59575.tar.gz
#include <machine/limits.h> explicitly in the few places that it is required.
Diffstat (limited to 'sys/dev/eisa/eisaconf.c')
-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 7153df6..cf3cd3f 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? */
OpenPOWER on IntegriCloud