Commit b5758cc5 authored by jspraul's avatar jspraul Committed by antirez
Browse files

Include 'fd_set' type name

Fix an MSYS2-build-breaking error: unknown type name ‘fd_set’
parent 620783e3
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
*/ */
#include <sys/select.h>
#include <string.h> #include <string.h>
typedef struct aeApiState { typedef struct aeApiState {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment