mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
include tcp header files to get the prototype for tcp_seq_vs_sess
This commit is contained in:
parent
68d74cd044
commit
598ce68dbd
1 changed files with 2 additions and 0 deletions
|
|
@ -62,6 +62,8 @@
|
|||
#include <netinet/in_pcb.h>
|
||||
#include <netinet/in_var.h>
|
||||
#include <netinet/ip_var.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netinet/tcp_var.h>
|
||||
#ifdef INET6
|
||||
#include <netinet/ip6.h>
|
||||
#include <netinet6/ip6_var.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue