Include param.h for CACHE_LINE_SIZE to unbreak the build.

This commit is contained in:
Bjoern A. Zeeb 2011-06-06 17:07:38 +00:00
parent 54e397e566
commit b3a1dfb7e1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222765

View File

@ -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>