Include 'fd_set' type name

Fix an MSYS2-build-breaking error: unknown type name ‘fd_set’
This commit is contained in:
jspraul
2016-06-10 09:00:10 +02:00
committed by antirez
parent 620783e3b5
commit b5758cc5ce
+1
View File
@@ -29,6 +29,7 @@
*/
#include <sys/select.h>
#include <string.h>
typedef struct aeApiState {