mirror of
https://github.com/opnsense/src.git
synced 2026-02-27 03:40:37 -05:00
cxgbe: include headers required to include t4_tom.h
Before the change we would get struct tcpcb forward declaration only with help of pollution via in_pcb.h.
This commit is contained in:
parent
e1401f7579
commit
b2c558c898
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <sys/mutex.h>
|
||||
#include <sys/rwlock.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/socketvar.h>
|
||||
#include <sys/sbuf.h>
|
||||
#include <sys/taskqueue.h>
|
||||
#include <net/if.h>
|
||||
|
|
@ -50,6 +51,7 @@ __FBSDID("$FreeBSD$");
|
|||
#include <net/if_vlan_var.h>
|
||||
#include <net/route.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/tcp_var.h>
|
||||
#include <netinet/toecore.h>
|
||||
|
||||
#include "common/common.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue