mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
Use "HAVE_SYS_TYPES_H".
This commit is contained in:
parent
113531432a
commit
e587a56fc0
@ -13,7 +13,7 @@
|
||||
#ifdef HAVE_SYS_SOCKET_H
|
||||
#include <sys/socket.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_TYPES_
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
#include <sys/types.h>
|
||||
#endif
|
||||
#ifdef HAVE_SYS_STAT_H
|
||||
|
Loading…
Reference in New Issue
Block a user