mirror of
https://github.com/curl/curl.git
synced 2026-04-29 15:42:14 +03:00
Use "HAVE_SYS_TYPES_H".
This commit is contained in:
parent
113531432a
commit
e587a56fc0
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue