]> granicus.if.org Git - php/commitdiff
Add missing header for def. of struct timeval.
authorFrank M. Kromann <fmk@php.net>
Fri, 30 Jul 2004 17:07:03 +0000 (17:07 +0000)
committerFrank M. Kromann <fmk@php.net>
Fri, 30 Jul 2004 17:07:03 +0000 (17:07 +0000)
win32/php_win32_globals.h

index 7153478cda363419d47481f7113594b58581c294..9defccae0b45d231a9ceb443722de4a25595161b 100755 (executable)
@@ -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;