From 632df52b4fa6032a695a9129a541e8416a6f424b Mon Sep 17 00:00:00 2001 From: Enzo AGUADO Date: Mon, 7 May 2018 02:15:12 +0800 Subject: [PATCH] add sys/select.h for musl libc --- httplib.h | 1 + 1 file changed, 1 insertion(+) diff --git a/httplib.h b/httplib.h index e7366ae..3eb48b9 100644 --- a/httplib.h +++ b/httplib.h @@ -61,6 +61,7 @@ typedef int socket_t; #include #include #include +#include #include #include