From f4096a7c8a5be23ac9b2250e20119cbe4798c838 Mon Sep 17 00:00:00 2001 From: Kristof Provost Date: Wed, 15 Dec 2021 20:44:23 +0100 Subject: [PATCH] net: make ethernet.h self-contained Reviewed by: imp Sponsored by: Rubicon Communications, LLC ("Netgate") Differential Revision: https://reviews.freebsd.org/D33501 --- sys/net/ethernet.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/net/ethernet.h b/sys/net/ethernet.h index 9a80a6db794f..a3ca88473a9f 100644 --- a/sys/net/ethernet.h +++ b/sys/net/ethernet.h @@ -8,6 +8,8 @@ #ifndef _NET_ETHERNET_H_ #define _NET_ETHERNET_H_ +#include + /* * Some basic Ethernet constants. */