From 77e703542128b014a0324e284467cd09821da2df Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Sat, 5 May 2001 22:36:26 +0000 Subject: Fixed Andi's build problem. --- main/php_network.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'main/php_network.h') 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); -- cgit v1.2.1