aboutsummaryrefslogtreecommitdiff
path: root/sys/mips/cavium/octe/ethernet-common.c
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2013-10-29 11:17:49 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2013-10-29 11:17:49 +0000
commit66e01d73cda653a2fdb5e0fbb88904f7d7e718c1 (patch)
tree1942a1f56884dcd5e5352b3d52d445148a0d6a8b /sys/mips/cavium/octe/ethernet-common.c
parent2d54fbd54169bd81418fe6d842292a87be8512f9 (diff)
- Provide necessary includes.
- Remove unnecessary includes. Sponsored by: Netflix Sponsored by: Nginx, Inc.
Notes
Notes: svn path=/head/; revision=257324
Diffstat (limited to 'sys/mips/cavium/octe/ethernet-common.c')
-rw-r--r--sys/mips/cavium/octe/ethernet-common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/mips/cavium/octe/ethernet-common.c b/sys/mips/cavium/octe/ethernet-common.c
index 5349427df48f..f18eabdfe014 100644
--- a/sys/mips/cavium/octe/ethernet-common.c
+++ b/sys/mips/cavium/octe/ethernet-common.c
@@ -40,6 +40,7 @@ __FBSDID("$FreeBSD$");
#include <net/ethernet.h>
#include <net/if.h>
+#include <net/if_var.h>
#include "wrapper-cvmx-includes.h"
#include "ethernet-headers.h"