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
@ -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 New Issue
Block a user