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
committed by antirez
parent 620783e3b5
commit b5758cc5ce

View File

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