From: Anatol Belski Date: Thu, 23 Oct 2014 14:49:47 +0000 (+0200) Subject: add include for usleep() proto X-Git-Tag: POST_NATIVE_TLS_MERGE^2~49^2~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74997dcf7ee882ecb9b0c3fb93dbe7d01dc96280;p=php add include for usleep() proto --- 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)