]> granicus.if.org Git - php/commitdiff
add include for usleep() proto
authorAnatol Belski <ab@php.net>
Thu, 23 Oct 2014 14:49:47 +0000 (16:49 +0200)
committerAnatol Belski <ab@php.net>
Thu, 23 Oct 2014 14:49:47 +0000 (16:49 +0200)
main/streams/plain_wrapper.c

index 28328c3cd5e9c8228077ed04b0dca378c613c9a8..7432b7c49ea7dd2329eb2022acb37e15ed656a81 100644 (file)
@@ -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)