mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
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:
commit
53c008a785
@ -29,6 +29,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
#include <sys/select.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
typedef struct aeApiState {
|
typedef struct aeApiState {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user