1
0
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:
Thomas Eichinger 2015-07-14 11:31:14 +02:00
parent b7f6f3c8fb
commit cbc9ddc639

View File

@ -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"