diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-10-12 19:49:43 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-10-12 19:49:43 +0000 |
| commit | 4458ac71b1641eee26aa3883e5dcea6bb4429b2b (patch) | |
| tree | 715865e54cd9bdfcb3c50cf8433ebb6486247758 /sys/dev/ep | |
| parent | bfcffdaf036dd820f25ab318f64af460a09b57f4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_ep_eisa.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ep/if_ep_eisa.c b/sys/dev/ep/if_ep_eisa.c index 48ad8e3b0d81..3b0530245f62 100644 --- a/sys/dev/ep/if_ep_eisa.c +++ b/sys/dev/ep/if_ep_eisa.c @@ -19,7 +19,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id: 3c5x9.c,v 1.5 1996/09/06 23:06:53 phk Exp $ + * $Id: 3c5x9.c,v 1.6 1996/10/12 17:34:25 bde Exp $ */ #include "eisa.h" @@ -28,6 +28,7 @@ #include <sys/param.h> #include <sys/systm.h> #include <sys/kernel.h> +#include <sys/socket.h> #include <machine/clock.h> |
