mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
Change include to reflect tcp_lro.h move.
This commit is contained in:
parent
1af020f6ec
commit
45cfd29bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -63,6 +63,7 @@
|
|||
#include <netinet/ip.h>
|
||||
#include <netinet/ip6.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netinet/tcp_lro.h>
|
||||
#include <netinet/udp.h>
|
||||
|
||||
#include <machine/in_cksum.h>
|
||||
|
|
@ -83,7 +84,6 @@
|
|||
#include <sys/pcpu.h>
|
||||
|
||||
#include "ixgbe_api.h"
|
||||
#include "tcp_lro.h"
|
||||
|
||||
/* Tunables */
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue