Commit 8c3a1039 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Include sys/types.h as well. Ray DeGennaro reports successful compiling on

AIX when this fix is applied and I cannot see how this will break any
systems.
parent d0e44946
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -51,6 +51,7 @@
#else
#include <sys/socket.h>
#include <sys/time.h>
#include <sys/types.h>
#endif

#include "curl.h"