Make sure that tcp_timer_activate() correctly sees TCP_OFFLOAD (or not).

This commit is contained in:
Navdeep Parhar 2012-11-27 06:42:44 +00:00
parent ae0ad28d41
commit 825fd1e437
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243603

View File

@ -32,6 +32,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include "opt_inet.h"
#include "opt_inet6.h"
#include "opt_tcpdebug.h"