mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 18:43:50 +01:00
cpu/native: add conditional include on OS X for IFNAMSIZ
This commit is contained in:
parent
d9c9c87cf3
commit
f10939c01e
@ -30,6 +30,10 @@ extern "C" {
|
||||
|
||||
#include "net/if.h"
|
||||
|
||||
#ifdef __MACH__
|
||||
#include "net/if_var.h"
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @brief tap interface state
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user