1
0
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:
Gisle Vanem 2004-12-01 13:41:22 +00:00
parent 113531432a
commit e587a56fc0

View File

@ -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