From 47281130c22252d67f8bce6beac7591b4a49d545 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Tue, 10 Dec 2013 09:38:18 +0000 Subject: [PATCH] Add missing includes. --- sys/mips/cavium/octe/cavium-ethernet.h | 2 ++ sys/mips/cavium/octe/ethernet-mv88e61xx.c | 1 + 2 files changed, 3 insertions(+) diff --git a/sys/mips/cavium/octe/cavium-ethernet.h b/sys/mips/cavium/octe/cavium-ethernet.h index dce2d2bcfa7..cc19faf051e 100644 --- a/sys/mips/cavium/octe/cavium-ethernet.h +++ b/sys/mips/cavium/octe/cavium-ethernet.h @@ -38,7 +38,9 @@ AND WITH ALL FAULTS AND CAVIUM NETWORKS MAKES NO PROMISES, REPRESENTATIONS OR W #ifndef CAVIUM_ETHERNET_H #define CAVIUM_ETHERNET_H +#include #include +#include /** * This is the definition of the Ethernet driver's private diff --git a/sys/mips/cavium/octe/ethernet-mv88e61xx.c b/sys/mips/cavium/octe/ethernet-mv88e61xx.c index 31dbd74ecd2..51c55f711e7 100644 --- a/sys/mips/cavium/octe/ethernet-mv88e61xx.c +++ b/sys/mips/cavium/octe/ethernet-mv88e61xx.c @@ -45,6 +45,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include #include "wrapper-cvmx-includes.h" #include "ethernet-headers.h" -- 2.45.2