diff options
author | Anatol Belski <ab@php.net> | 2014-12-01 08:27:46 +0100 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2014-12-01 08:27:46 +0100 |
commit | c1ec815faee2f3d6102c5633fc70fbb06d418379 (patch) | |
tree | 7a399a9220fe3fe78857d84e53ae2594c39c3a9b /main/streams/plain_wrapper.c | |
parent | f4a0e601ee69b5821129b3ae94014ccda354b6d3 (diff) | |
download | php-git-c1ec815faee2f3d6102c5633fc70fbb06d418379.tar.gz |
add include for missing usleep proto
Diffstat (limited to 'main/streams/plain_wrapper.c')
-rw-r--r-- | main/streams/plain_wrapper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/streams/plain_wrapper.c b/main/streams/plain_wrapper.c index a75c2d0122..0ad411aaf2 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) |