]> granicus.if.org Git - php/commitdiff
Fixed Andi's build problem.
authorWez Furlong <wez@php.net>
Sat, 5 May 2001 22:36:26 +0000 (22:36 +0000)
committerWez Furlong <wez@php.net>
Sat, 5 May 2001 22:36:26 +0000 (22:36 +0000)
main/php_network.h

index eaacbc8450ae4daf512f982d181a68b233f39d75..43ce3ce182d3d311f55a67acfade605c47cd2eb5 100644 (file)
 #include <sys/socket.h>
 #endif
 
+#ifdef HAVE_SYS_TIME_H
+#include <sys/time.h>
+#endif
+
 
 
 int php_hostconnect(char *host, unsigned short port, int socktype, int timeout);