aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorNate Williams <nate@FreeBSD.org>1997-11-20 15:48:41 +0000
committerNate Williams <nate@FreeBSD.org>1997-11-20 15:48:41 +0000
commit133c8c2f498db9d1275206a31de88a53fc2ef9be (patch)
tree4a75e245fca42f430e8257c1ceeab8af035a1e67 /sys/dev/fe
parent362f4dce74231eb595568d348b4cbdc4a0ba88d6 (diff)
Notes
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c
index fbdc2e69112a..866f505e3b69 100644
--- a/sys/dev/fe/if_fe.c
+++ b/sys/dev/fe/if_fe.c
@@ -21,7 +21,7 @@
*/
/*
- * $Id: if_fe.c,v 1.33 1997/10/29 15:54:19 nate Exp $
+ * $Id: if_fe.c,v 1.34 1997/11/07 08:52:39 phk Exp $
*
* Device driver for Fujitsu MB86960A/MB86965A based Ethernet cards.
* To be used with FreeBSD 2.x
@@ -123,7 +123,7 @@
#include "card.h"
#if NCARD > 0
#include <sys/select.h>
-#include <pccard/card.h>
+#include <pccard/cardinfo.h>
#include <pccard/slot.h>
#include <pccard/driver.h>
#endif