We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa9243 commit 74997dcCopy full SHA for 74997dc
main/streams/plain_wrapper.c
@@ -41,6 +41,7 @@
41
#include "php_streams_int.h"
42
#ifdef PHP_WIN32
43
# include "win32/winutil.h"
44
+# include "win32/time.h"
45
#endif
46
47
#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