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 <sys/types.h> + /* * Some basic Ethernet constants. */