Merge pull request #281 from eplanet/fix_warnings

Fix MacOS build
This commit is contained in:
Orestis 2018-05-15 14:46:06 +03:00 committed by GitHub
commit ffe41cc944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@
#endif
#ifdef __APPLE__
#include <sys/socket.h>
#define IW_ESSID_MAX_SIZE 32
#endif