From: Wez Furlong Date: Sat, 5 May 2001 22:36:26 +0000 (+0000) Subject: Fixed Andi's build problem. X-Git-Tag: php-4.0.6RC1~128 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=77e703542128b014a0324e284467cd09821da2df;p=php Fixed Andi's build problem. --- diff --git a/main/php_network.h b/main/php_network.h index eaacbc8450..43ce3ce182 100644 --- a/main/php_network.h +++ b/main/php_network.h @@ -37,6 +37,10 @@ #include #endif +#ifdef HAVE_SYS_TIME_H +#include +#endif + int php_hostconnect(char *host, unsigned short port, int socktype, int timeout);