From: Frank M. Kromann Date: Fri, 30 Jul 2004 17:07:03 +0000 (+0000) Subject: Add missing header for def. of struct timeval. X-Git-Tag: php-4.3.9RC1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=041b586c5979681a553ba1f1412bc9250f6b4cf5;p=php Add missing header for def. of struct timeval. --- diff --git a/win32/php_win32_globals.h b/win32/php_win32_globals.h index 7153478cda..9defccae0b 100755 --- a/win32/php_win32_globals.h +++ b/win32/php_win32_globals.h @@ -24,6 +24,7 @@ /* misc globals for thread-safety under win32 */ #include "pwd.h" +#include "time.h" typedef struct _php_win32_core_globals php_win32_core_globals;