Explorar o código

http_async_client: include poll.h instead sys/poll.h

- according to POSIX specs
- GH #2543
Daniel-Constantin Mierla %!s(int64=4) %!d(string=hai) anos
pai
achega
8f30c75cff
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/modules/http_async_client/http_multi.h

+ 1 - 1
src/modules/http_async_client/http_multi.h

@@ -37,7 +37,7 @@
 #include <sys/time.h>
 #include <time.h>
 #include <unistd.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <curl/curl.h>
 #include <event2/event.h>
 #include <fcntl.h>