summaryrefslogtreecommitdiff
path: root/ext/openssl
diff options
context:
space:
mode:
authorRob Richards <rrichards@php.net>2006-12-06 13:18:36 +0000
committerRob Richards <rrichards@php.net>2006-12-06 13:18:36 +0000
commitcf4c83dd2bfb7e29784766685561fa6bebcc84a0 (patch)
tree9f951030601ea3ba6cd251a28745d399fab32b36 /ext/openssl
parentb4d0d872e7dec12f4107b9295da10c96d05e3e0a (diff)
downloadphp-git-cf4c83dd2bfb7e29784766685561fa6bebcc84a0.tar.gz
Fix win32 build
Diffstat (limited to 'ext/openssl')
-rw-r--r--ext/openssl/xp_ssl.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/openssl/xp_ssl.c b/ext/openssl/xp_ssl.c
index b20cf0aa3e..9380dd51c2 100644
--- a/ext/openssl/xp_ssl.c
+++ b/ext/openssl/xp_ssl.c
@@ -27,6 +27,10 @@
#include <openssl/x509.h>
#include <openssl/err.h>
+#ifdef PHP_WIN32
+#include "win32/time.h"
+#endif
+
#ifdef NETWARE
#include <sys/select.h>
#endif