diff options
author | attilio <attilio@FreeBSD.org> | 2011-06-06 21:38:39 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2011-06-06 21:38:39 +0000 |
commit | fcefe479fe42ec2ebc4b56d9161b88a659dfb40b (patch) | |
tree | 7f8a8e666aaf8b4a8bd8609c5ec45698db6451d5 /usr.sbin/tcpdrop/tcpdrop.c | |
parent | 8e66ca1ff16b21df31a40fa743f8df3844507305 (diff) | |
parent | c8e197a2037e17686f997232419f8b02d1e61ffc (diff) | |
download | FreeBSD-src-fcefe479fe42ec2ebc4b56d9161b88a659dfb40b.zip FreeBSD-src-fcefe479fe42ec2ebc4b56d9161b88a659dfb40b.tar.gz |
MFC
Diffstat (limited to 'usr.sbin/tcpdrop/tcpdrop.c')
-rw-r--r-- | usr.sbin/tcpdrop/tcpdrop.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/tcpdrop/tcpdrop.c b/usr.sbin/tcpdrop/tcpdrop.c index 6aae85c..dce6c6d 100644 --- a/usr.sbin/tcpdrop/tcpdrop.c +++ b/usr.sbin/tcpdrop/tcpdrop.c @@ -20,12 +20,13 @@ #include <sys/cdefs.h> __FBSDID("$FreeBSD$"); +#include <sys/param.h> #include <sys/types.h> #include <sys/socket.h> #include <sys/socketvar.h> #include <sys/sysctl.h> -#include <netinet/in.h> +#include <netinet/in.h> #include <netinet/in_pcb.h> #define TCPSTATES #include <netinet/tcp_fsm.h> |