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:
Родитель
d0e44946e9
Коммит
8c3a10392e
|
@ -51,6 +51,7 @@
|
|||
#else
|
||||
#include <sys/socket.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#include "curl.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче