blob: 4ecf233739684b50054bb8f63218c332b29ef505 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- modules/freebsd/vmxnet/if_vxn.c.orig 2013-11-16 03:47:08.000000000 +0000
+++ modules/freebsd/vmxnet/if_vxn.c 2013-11-16 03:51:10.000000000 +0000
@@ -76,6 +76,10 @@
#include <pci/pcivar.h>
#endif
+#if __FreeBSD_version >= 1100001
+#include <net/if_var.h>
+#endif
+
/* define INLINE the way gcc likes it */
#define INLINE __inline__
|