mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
native: add missing include for FreeBSD
This commit is contained in:
parent
b7f6f3c8fb
commit
cbc9ddc639
@ -25,6 +25,10 @@
|
||||
#ifndef NATIVENET_H
|
||||
#define NATIVENET_H
|
||||
|
||||
#if defined(__FreeBSD__)
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#include <net/ethernet.h>
|
||||
|
||||
#include "radio/types.h"
|
||||
|
Loading…
Reference in New Issue
Block a user