summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_vx_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/if_vx_pci.c')
-rw-r--r--sys/pci/if_vx_pci.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/pci/if_vx_pci.c b/sys/pci/if_vx_pci.c
index b667b89..bce0de9 100644
--- a/sys/pci/if_vx_pci.c
+++ b/sys/pci/if_vx_pci.c
@@ -33,19 +33,23 @@
#include "vx.h"
#if NVX > 0
+#include "opt_inet.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>
#include <sys/socket.h>
+#include <net/ethernet.h>
#include <net/if.h>
+#include <net/if_arp.h>
#ifdef INET
#include <netinet/in.h>
#include <netinet/if_ether.h>
#endif
+
#ifdef NS
#include <netns/ns.h>
#include <netns/ns_if.h>
OpenPOWER on IntegriCloud