mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-28 18:28:23 -05:00
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
@ -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 New Issue
Block a user