Support NetBSD.
This commit is contained in:
parent
69e548cab0
commit
0f8d25cdc3
2
dist/wpa_supplicant/common.h
vendored
2
dist/wpa_supplicant/common.h
vendored
@ -5,7 +5,7 @@
|
||||
#include <endian.h>
|
||||
#include <byteswap.h>
|
||||
#endif
|
||||
#ifdef __FreeBSD__
|
||||
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
||||
#include <sys/types.h>
|
||||
#include <sys/endian.h>
|
||||
#define __BYTE_ORDER _BYTE_ORDER
|
||||
|
Loading…
Reference in New Issue
Block a user