Merge pull request #3303 from jspraul/patch-1

Include select.h to fix unknown type name 'fd_set' compile error in ae_select (MSYS2)
This commit is contained in:
Salvatore Sanfilippo 2016-06-10 08:59:50 +02:00 committed by GitHub
commit 53c008a785

View File

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