Include 'fd_set' type name

Fix an MSYS2-build-breaking error: unknown type name ‘fd_set’
This commit is contained in:
jspraul 2016-06-07 16:46:00 -04:00
parent 30c1a8570b
commit 4df95e8419

View File

@ -29,6 +29,7 @@
*/
#include <sys/select.h>
#include <string.h>
typedef struct aeApiState {