Skip to content
Snippets Groups Projects
Commit ca046202 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

AIX wants sys/select.h

parent 073ef0b3
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment