summaryrefslogtreecommitdiff
path: root/ext/standard
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2009-01-19 02:35:22 +0000
committerPierre Joye <pajoye@php.net>2009-01-19 02:35:22 +0000
commit274dad3b830e7bfcd676a856550eff4c3fa36200 (patch)
tree562f797fb8cf439da9dc996817bbcf4cb4c03787 /ext/standard
parente77326fabaa6952ba9660bc3e34b57c3351bb0a6 (diff)
downloadphp-git-274dad3b830e7bfcd676a856550eff4c3fa36200.tar.gz
- MFH:
- add nanosleep - expose nanosleep and usleep - [DOC] time_ nanosleep and time_ sleep_ until available on windows - change nanosleep signature to match posix one
Diffstat (limited to 'ext/standard')
-rw-r--r--ext/standard/basic_functions.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c
index 271486bf20..a0dcb73279 100644
--- a/ext/standard/basic_functions.c
+++ b/ext/standard/basic_functions.c
@@ -39,6 +39,7 @@
#ifdef PHP_WIN32
#include "win32/php_win32_globals.h"
+#include "win32/time.h"
#endif
typedef struct yy_buffer_state *YY_BUFFER_STATE;