Merge pull request #360 from 0-wiz-0/master

On NetBSD, include sys/socket.h for AF_INET{,6}.
This commit is contained in:
Ingo Bürk 2019-07-22 10:09:56 +02:00 committed by GitHub
commit 40aeb7bc44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@
#ifdef __NetBSD__
#include <sys/types.h>
#include <sys/socket.h>
#include <net80211/ieee80211.h>
#define IW_ESSID_MAX_SIZE IEEE80211_NWID_LEN
#endif