Commit 53c008a7 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo Committed by GitHub
Browse files

Merge pull request #3303 from jspraul/patch-1

Include select.h to fix unknown type name 'fd_set' compile error in ae_select (MSYS2)
parents 30c1a857 4df95e84
......@@ -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