diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-16 09:56:02 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-16 09:56:02 +0000 |
| commit | eabc9678bcc39b5bb367f921adc2a94a6c919b40 (patch) | |
| tree | 98297cae9a6dccfa01c814c2bac4f395b5f7c54d /sys/dev/ed | |
| parent | ff98689d2df29c50b8f92e6d1fd6ec8036e72c57 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ed')
| -rw-r--r-- | sys/dev/ed/if_ed.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/ed/if_ed.c b/sys/dev/ed/if_ed.c index 62ab97547593..6507153e9a0b 100644 --- a/sys/dev/ed/if_ed.c +++ b/sys/dev/ed/if_ed.c @@ -13,7 +13,7 @@ * the SMC Elite Ultra (8216), the 3Com 3c503, the NE1000 and NE2000, * and a variety of similar clones. * - * $Id: if_ed.c,v 1.84 1995/11/04 17:07:20 bde Exp $ + * $Id: if_ed.c,v 1.85 1995/11/15 07:45:56 davidg Exp $ */ #include "ed.h" @@ -21,6 +21,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/conf.h> #include <sys/errno.h> #include <sys/ioctl.h> #include <sys/mbuf.h> |
