net: make ethernet.h self-contained

Reviewed by:	imp
Sponsored by:	Rubicon Communications, LLC ("Netgate")
Differential Revision:	https://reviews.freebsd.org/D33501
This commit is contained in:
Kristof Provost 2021-12-15 20:44:23 +01:00
parent 959af5a89b
commit f4096a7c8a

View File

@ -8,6 +8,8 @@
#ifndef _NET_ETHERNET_H_
#define _NET_ETHERNET_H_
#include <sys/types.h>
/*
* Some basic Ethernet constants.
*/