summaryrefslogtreecommitdiff
path: root/win32/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'win32/time.h')
-rw-r--r--win32/time.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/time.h b/win32/time.h
index f841a2b601..d5d86eb1ed 100644
--- a/win32/time.h
+++ b/win32/time.h
@@ -50,4 +50,6 @@ PHPAPI extern int setitimer(int which, const struct itimerval *value,
PHPAPI int nanosleep( const struct timespec * rqtp, struct timespec * rmtp );
+PHPAPI int usleep(unsigned int useconds);
+
#endif