diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-12-02 21:37:28 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2008-12-02 21:37:28 +0000 |
| commit | 4b79449e2fb67cb37c4c9f46d31791893a39ddd8 (patch) | |
| tree | e9bacc5bf23d71b60a706b2c5f58a92e6fb570cb /sys/dev/cxgb/ulp | |
| parent | 8372089626dc6aee37d4f3a66c0f1a030bec912a (diff) | |
Notes
Diffstat (limited to 'sys/dev/cxgb/ulp')
| -rw-r--r-- | sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c | 3 | ||||
| -rw-r--r-- | sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c index d2e3fe7e8173..db1c406f7830 100644 --- a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c +++ b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c @@ -62,6 +62,9 @@ __FBSDID("$FreeBSD$"); #include <net/if.h> #include <net/if_var.h> +#if __FreeBSD_version >= 800056 +#include <net/vnet.h> +#endif #include <netinet/in.h> diff --git a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c index 0fe4416e78a9..334f3152e092 100644 --- a/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c +++ b/sys/dev/cxgb/ulp/tom/cxgb_cpl_io.c @@ -78,6 +78,9 @@ __FBSDID("$FreeBSD$"); #include <netinet/tcp_seq.h> #include <netinet/tcp_syncache.h> #include <netinet/tcp_timer.h> +#if __FreeBSD_version >= 800056 +#include <netinet/vinet.h> +#endif #include <net/route.h> #include <t3cdev.h> |
