aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cxgb
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2016-01-27 04:59:28 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2016-01-27 04:59:28 +0000
commitadbb1b2d220ea1b6a771c569abbd63d0f6f77207 (patch)
tree865bf7177e98118dd0180ecb146f178171b23134 /sys/dev/cxgb
parent0eff2e2ea139d4c702054af8bd17f7c5533400a8 (diff)
downloadsrc-adbb1b2d220ea1b6a771c569abbd63d0f6f77207.tar.gz
src-adbb1b2d220ea1b6a771c569abbd63d0f6f77207.zip
Fix build on i386. I can't yet understand why does it build on amd64.
Notes
Notes: svn path=/head/; revision=294887
Diffstat (limited to 'sys/dev/cxgb')
-rw-r--r--sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
index d896020abf39..b41f0c662a08 100644
--- a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
+++ b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c
@@ -62,9 +62,9 @@ __FBSDID("$FreeBSD$");
#include <netinet/in_var.h>
#include <netinet/ip.h>
-#include <netinet/tcp_var.h>
#define TCPSTATES
#include <netinet/tcp_fsm.h>
+#include <netinet/tcp_var.h>
#include <netinet/toecore.h>
#include <netinet/tcp_seq.h>
#include <netinet/tcp_timer.h>