mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
These two modules need the tcp_hpts.h file for
when the option is enabled (not sure how LINT/build-universe missed this) opps. Sponsored by: Netflix Inc
This commit is contained in:
parent
addc1b6ce4
commit
fd389e7cd5
2 changed files with 2 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <netinet/tcp_var.h>
|
||||
#include <netinet/tcp_log_buf.h>
|
||||
#include <netinet/tcp_syncache.h>
|
||||
#include <netinet/tcp_hpts.h>
|
||||
#include <netinet/cc/cc.h>
|
||||
#ifdef INET6
|
||||
#include <netinet6/tcp6_var.h>
|
||||
|
|
|
|||
|
|
@ -94,6 +94,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <netinet/tcpip.h>
|
||||
#include <netinet/cc/cc.h>
|
||||
#include <netinet/tcp_fastopen.h>
|
||||
#include <netinet/tcp_hpts.h>
|
||||
#ifdef TCPPCAP
|
||||
#include <netinet/tcp_pcap.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue