From 74997dcf7ee882ecb9b0c3fb93dbe7d01dc96280 Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Thu, 23 Oct 2014 16:49:47 +0200 Subject: [PATCH] add include for usleep() proto --- main/streams/plain_wrapper.c | 1 + 1 file changed, 1 insertion(+) 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) -- 2.50.1