Skip to content

Commit 74fff15

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: fixed missing usleep() prototype in pgsql
2 parents 36a7f48 + 4247f62 commit 74fff15

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/pgsql/pgsql.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
#include "ext/standard/php_standard.h"
3838
#include "ext/standard/php_smart_str.h"
3939
#include "ext/ereg/php_regex.h"
40+
#ifdef PHP_WIN32
41+
# include "win32/time.h"
42+
#endif
4043

4144
#undef PACKAGE_BUGREPORT
4245
#undef PACKAGE_NAME

0 commit comments

Comments
 (0)