summaryrefslogtreecommitdiff
path: root/main/streams/plain_wrapper.c
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2014-10-23 16:49:47 +0200
committerAnatol Belski <ab@php.net>2014-10-23 16:49:47 +0200
commit74997dcf7ee882ecb9b0c3fb93dbe7d01dc96280 (patch)
treee424dbdfd8df066c914e98a4faac692afe59774d /main/streams/plain_wrapper.c
parent4fa92438f435ea44e99bf3f4db7e8f128ce833be (diff)
downloadphp-git-74997dcf7ee882ecb9b0c3fb93dbe7d01dc96280.tar.gz
add include for usleep() proto
Diffstat (limited to 'main/streams/plain_wrapper.c')
-rw-r--r--main/streams/plain_wrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c
index 28328c3cd5..7432b7c49e 100644
--- a/main/streams/plain_wrapper.c
+++ b/main/streams/plain_wrapper.c
@@ -41,6 +41,7 @@
#include "php_streams_int.h"
#ifdef PHP_WIN32
# include "win32/winutil.h"
+# include "win32/time.h"
#endif
#define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (mode), (persistent_id) STREAMS_CC TSRMLS_CC)