diff --git a/win32/time.h b/win32/time.h index b46c1675ca5..05420b06937 100644 --- a/win32/time.h +++ b/win32/time.h @@ -41,6 +41,8 @@ struct timespec #define ITIMER_VIRT 1 /*generates sigvtalrm */ #define ITIMER_PROF 2 /*generates sigprof */ +typedef long suseconds_t; + /* Prototype stuff ********************************************************** */ PHPAPI extern int gettimeofday(struct timeval *time_Info, struct timezone *timezone_Info);