mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 23:58:49 -05:00
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.
This commit is contained in:
parent
d0e44946e9
commit
8c3a10392e
@ -51,6 +51,7 @@
|
|||||||
#else
|
#else
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include <sys/types.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "curl.h"
|
#include "curl.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user