Skip to content

Commit

Permalink
squash: fix IFNAMSIZ include on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Sep 3, 2015
1 parent 6b621c9 commit f5f0392
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpu/native/include/netdev2_tap.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ extern "C" {

#ifdef __MACH__
#include "net/if_var.h"
#else
#include "net/if.h"
#endif

/**
Expand Down

0 comments on commit f5f0392

Please sign in to comment.