aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1997-10-29 00:51:50 +0000
committerJohn Polstra <jdp@FreeBSD.org>1997-10-29 00:51:50 +0000
commit0e5e974182af76f8d5715fad07f657ac5549d8a5 (patch)
tree888ffb0af21f7416785a48376f2040c41477f40d /sys/dev/ed
parent1d0eab59d381985c99cfa2ce981a3551367b27e6 (diff)
Notes
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c
index 72871d8d95a6..f54ee7e80e1e 100644
--- a/sys/dev/ed/if_ed.c
+++ b/sys/dev/ed/if_ed.c
@@ -24,7 +24,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: if_ed.c,v 1.124 1997/10/26 04:53:51 nate Exp $
+ * $Id: if_ed.c,v 1.125 1997/10/26 21:08:40 nate Exp $
*/
/*
@@ -183,6 +183,7 @@ static void ed_setrcr(struct ed_softc *);
static u_long ds_crc(u_char *ep);
#if NCARD > 0
+#include <sys/kernel.h>
#include <sys/select.h>
#include <pccard/card.h>
#include <pccard/driver.h>