Skip to content

Commit

Permalink
[backport] native: fix netdev2_tap for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
smlng committed Nov 19, 2016
1 parent c3ac031 commit 332305d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpu/native/netdev2_tap/netdev2_tap.c
Expand Up @@ -29,9 +29,7 @@
#include <unistd.h>

#ifdef __MACH__
#define _POSIX_C_SOURCE
#include <net/if.h>
#undef _POSIX_C_SOURCE
#include <sys/types.h>
#include <ifaddrs.h>
#include <net/if_dl.h>
Expand Down

0 comments on commit 332305d

Please sign in to comment.