aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2012-05-24 23:03:23 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2012-05-24 23:03:23 +0000
commit62b5b6ecd00aae623415a177d0a1a3a599cbfdf5 (patch)
treed44f8d57aa289202fd46638595c1fd4039eb77df /sys/dev
parent270dc329b775afbbcff17a60cb6731f36b3dbf79 (diff)
Notes
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/cxgb/cxgb_adapter.h1
-rw-r--r--sys/dev/cxgbe/adapter.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/cxgb/cxgb_adapter.h b/sys/dev/cxgb/cxgb_adapter.h
index ed75e7888b9d3..4354b1c93066a 100644
--- a/sys/dev/cxgb/cxgb_adapter.h
+++ b/sys/dev/cxgb/cxgb_adapter.h
@@ -46,6 +46,7 @@ $FreeBSD$
#include <net/if.h>
#include <net/if_media.h>
#include <net/if_dl.h>
+#include <netinet/in.h>
#include <netinet/tcp_lro.h>
#include <machine/bus.h>
diff --git a/sys/dev/cxgbe/adapter.h b/sys/dev/cxgbe/adapter.h
index 020c4738056a5..6be75bcaef0f2 100644
--- a/sys/dev/cxgbe/adapter.h
+++ b/sys/dev/cxgbe/adapter.h
@@ -44,6 +44,7 @@
#include <net/ethernet.h>
#include <net/if.h>
#include <net/if_media.h>
+#include <netinet/in.h>
#include <netinet/tcp_lro.h>
#include "offload.h"