mirror of
https://github.com/php/php-src.git
synced 2026-03-27 17:52:16 +01:00
add include for usleep() proto
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user