mirror of
https://github.com/curl/curl.git
synced 2025-03-31 16:00:35 +08: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…
x
Reference in New Issue
Block a user