Skip to content

Commit 84861ea

Browse files
committed
Include win32/time.h
1 parent 5eb06ed commit 84861ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/standard/streamsfuncs.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
#include "win32/select.h"
3434
#include "win32/sockets.h"
3535
#include "win32/console.h"
36+
#include "win32/time.h"
3637
#endif
3738

3839
#define GET_CTX_OPT(stream, wrapper, name, val) (PHP_STREAM_CONTEXT(stream) && NULL != (val = php_stream_context_get_option(PHP_STREAM_CONTEXT(stream), wrapper, name)))

0 commit comments

Comments
 (0)