Commit 4df95e84 authored by jspraul's avatar jspraul
Browse files

Include 'fd_set' type name

Fix an MSYS2-build-breaking error: unknown type name ‘fd_set’
parent 30c1a857
......@@ -29,6 +29,7 @@
*/
#include <sys/select.h>
#include <string.h>
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