Do not try to include net/ethernet.h in MinGW/Windows builds
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
bf15b15598
commit
ebee8232d3
1 changed files with 2 additions and 0 deletions
|
@ -11,7 +11,9 @@
|
|||
#include <netinet/ip.h>
|
||||
#endif /* CONFIG_TESTING_OPTIONS */
|
||||
|
||||
#if !defined(__CYGWIN__) && !defined(CONFIG_NATIVE_WINDOWS)
|
||||
#include <net/ethernet.h>
|
||||
#endif
|
||||
#include "utils/common.h"
|
||||
#include "utils/eloop.h"
|
||||
#include "utils/uuid.h"
|
||||
|
|
Loading…
Reference in a new issue