AIX wants sys/select.h

This commit is contained in:
Daniel Stenberg 2003-05-09 07:37:27 +00:00
parent 073ef0b36a
commit ca04620253
1 changed files with 1 additions and 0 deletions

View File

@ -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>