Quellcode durchsuchen

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

- according to POSIX specs
- GH #2543
Daniel-Constantin Mierla vor 4 Jahren
Ursprung
Commit
8f30c75cff
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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>