diff options
author | Wez Furlong <wez@php.net> | 2001-05-05 22:36:26 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2001-05-05 22:36:26 +0000 |
commit | 77e703542128b014a0324e284467cd09821da2df (patch) | |
tree | 9c1cdb26c303f0e22ea66a4918d1d7269067cf00 | |
parent | 3ffb8e3800db8733d1bba602200a51a47985c17a (diff) | |
download | php-git-77e703542128b014a0324e284467cd09821da2df.tar.gz |
Fixed Andi's build problem.
-rw-r--r-- | main/php_network.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 <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); |