From 48e59fc98597045957087e4af8841c252fcb1a6d Mon Sep 17 00:00:00 2001 From: mycroft Date: Sat, 18 Mar 2000 21:50:20 +0000 Subject: [PATCH] esp -> esp_isa --- sys/dev/isa/esp_isa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/isa/esp_isa.c b/sys/dev/isa/esp_isa.c index db3add953b8d..a676b314911b 100644 --- a/sys/dev/isa/esp_isa.c +++ b/sys/dev/isa/esp_isa.c @@ -1,4 +1,4 @@ -/* $NetBSD: esp_isa.c,v 1.17 2000/03/18 21:49:33 mycroft Exp $ */ +/* $NetBSD: esp_isa.c,v 1.18 2000/03/18 21:50:20 mycroft Exp $ */ /*- * Copyright (c) 1997, 1998 The NetBSD Foundation, Inc. @@ -130,7 +130,7 @@ #include #include -#include +#include int esp_isa_match __P((struct device *, struct cfdata *, void *)); void esp_isa_attach __P((struct device *, struct device *, void *));