mirror of
https://github.com/redis/redis.git
synced 2026-05-28 04:02:46 -04:00
Include 'fd_set' type name
Fix an MSYS2-build-breaking error: unknown type name ‘fd_set’
This commit is contained in:
parent
30c1a8570b
commit
4df95e8419
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
*/
|
||||
|
||||
|
||||
#include <sys/select.h>
|
||||
#include <string.h>
|
||||
|
||||
typedef struct aeApiState {
|
||||
|
|
|
|||
Loading…
Reference in a new issue