mirror of
https://github.com/curl/curl.git
synced 2026-06-05 09:34:16 +03:00
AIX wants sys/select.h
This commit is contained in:
parent
073ef0b36a
commit
ca04620253
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
|
||||
#include <winsock.h>
|
||||
#else
|
||||
#include <sys/select.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue