diff options
| author | Prafulla Deuskar <pdeuskar@FreeBSD.org> | 2006-09-09 19:55:13 +0000 |
|---|---|---|
| committer | Prafulla Deuskar <pdeuskar@FreeBSD.org> | 2006-09-09 19:55:13 +0000 |
| commit | f2449c9bcc5b57612d1dab5ae6d734d9c6155968 (patch) | |
| tree | 281a9fad1241dbc4adc2c568691347f502614a21 /sys/dev/em | |
| parent | 20a2cc13b7d72739f0fca1dfe16e9837226eb260 (diff) | |
Notes
Diffstat (limited to 'sys/dev/em')
| -rw-r--r-- | sys/dev/em/if_em.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/em/if_em.c b/sys/dev/em/if_em.c index 47aecf7c4382..b17185ca9224 100644 --- a/sys/dev/em/if_em.c +++ b/sys/dev/em/if_em.c @@ -54,6 +54,7 @@ POSSIBILITY OF SUCH DAMAGE. #include <machine/bus.h> #include <machine/resource.h> +#include <machine/in_cksum.h> #include <net/bpf.h> #include <net/ethernet.h> |
