diff options
author | julian <julian@FreeBSD.org> | 2008-09-14 08:24:45 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2008-09-14 08:24:45 +0000 |
commit | ee49fbd2192b64eaa3b4fdde548e9a8b02591e50 (patch) | |
tree | b67768e44fc902e190cb7130de3286d6c916ac4f /sys | |
parent | 4d475b063c3db123002a792569518ef9d8e5a2ef (diff) | |
download | FreeBSD-src-ee49fbd2192b64eaa3b4fdde548e9a8b02591e50.zip FreeBSD-src-ee49fbd2192b64eaa3b4fdde548e9a8b02591e50.tar.gz |
oops commit the version that compiles
Diffstat (limited to 'sys')
-rw-r--r-- | sys/netinet/if_ether.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 5401967..e32864c 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$"); #include <sys/systm.h> #include <sys/mbuf.h> #include <sys/malloc.h> +#include <sys/proc.h> #include <sys/socket.h> #include <sys/syslog.h> #include <sys/vimage.h> |