summaryrefslogtreecommitdiffstats
path: root/usr.sbin/tcpdrop
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2011-06-06 17:07:38 +0000
committerbz <bz@FreeBSD.org>2011-06-06 17:07:38 +0000
commit2b4f16d8ca90ab41ab0b01cc24172b2746107ef6 (patch)
treee2b36a7b11cc4886168d051bfeaca04a062b8923 /usr.sbin/tcpdrop
parent252476437dec30b7b91f809c2d2802cdc2de69cf (diff)
downloadFreeBSD-src-2b4f16d8ca90ab41ab0b01cc24172b2746107ef6.zip
FreeBSD-src-2b4f16d8ca90ab41ab0b01cc24172b2746107ef6.tar.gz
Include param.h for CACHE_LINE_SIZE to unbreak the build.
Diffstat (limited to 'usr.sbin/tcpdrop')
-rw-r--r--usr.sbin/tcpdrop/tcpdrop.c3
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>
OpenPOWER on IntegriCloud