1
0
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:
Anatol Belski
2014-10-23 16:49:47 +02:00
parent 4fa92438f4
commit 74997dcf7e

View File

@@ -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)