From f353ae1c6213a71dae57f98ce5d0a97e8add70de Mon Sep 17 00:00:00 2001 From: Gleb Smirnoff Date: Wed, 27 Jan 2016 05:15:53 +0000 Subject: [PATCH] More fixes to the build. --- sys/dev/cxgb/ulp/tom/cxgb_listen.c | 2 +- sys/dev/cxgbe/tom/t4_connect.c | 2 +- sys/dev/cxgbe/tom/t4_listen.c | 2 +- sys/dev/cxgbe/tom/t4_tom.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/cxgb/ulp/tom/cxgb_listen.c b/sys/dev/cxgb/ulp/tom/cxgb_listen.c index b7d69df6cd2..183102036be 100644 --- a/sys/dev/cxgb/ulp/tom/cxgb_listen.c +++ b/sys/dev/cxgb/ulp/tom/cxgb_listen.c @@ -44,9 +44,9 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #define TCPSTATES #include +#include #include #include "cxgb_include.h" diff --git a/sys/dev/cxgbe/tom/t4_connect.c b/sys/dev/cxgbe/tom/t4_connect.c index d3841aa7313..d6855e223b8 100644 --- a/sys/dev/cxgbe/tom/t4_connect.c +++ b/sys/dev/cxgbe/tom/t4_connect.c @@ -49,9 +49,9 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #define TCPSTATES #include +#include #include #include "common/common.h" diff --git a/sys/dev/cxgbe/tom/t4_listen.c b/sys/dev/cxgbe/tom/t4_listen.c index 5af9260371f..36b53d386ac 100644 --- a/sys/dev/cxgbe/tom/t4_listen.c +++ b/sys/dev/cxgbe/tom/t4_listen.c @@ -56,9 +56,9 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #define TCPSTATES #include +#include #include #include "common/common.h" diff --git a/sys/dev/cxgbe/tom/t4_tom.c b/sys/dev/cxgbe/tom/t4_tom.c index c136834019b..c9dd159aebc 100644 --- a/sys/dev/cxgbe/tom/t4_tom.c +++ b/sys/dev/cxgbe/tom/t4_tom.c @@ -52,10 +52,10 @@ __FBSDID("$FreeBSD$"); #include #include #include -#include #include #define TCPSTATES #include +#include #include #ifdef TCP_OFFLOAD