Skip to content

Commit 74997dc

Browse files
committed
add include for usleep() proto
1 parent 4fa9243 commit 74997dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/streams/plain_wrapper.c

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
#include "php_streams_int.h"
4242
#ifdef PHP_WIN32
4343
# include "win32/winutil.h"
44+
# include "win32/time.h"
4445
#endif
4546

4647
#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)

0 commit comments

Comments
 (0)