fmk             Fri Jul 30 13:07:03 2004 EDT

  Modified files:              (Branch: PHP_4_3)
    /php-src/win32      php_win32_globals.h 
  Log:
  Add missing header for def. of struct timeval.
  
http://cvs.php.net/diff.php/php-src/win32/php_win32_globals.h?r1=1.1.4.2&r2=1.1.4.3&ty=u
Index: php-src/win32/php_win32_globals.h
diff -u php-src/win32/php_win32_globals.h:1.1.4.2 
php-src/win32/php_win32_globals.h:1.1.4.3
--- php-src/win32/php_win32_globals.h:1.1.4.2   Fri Jul 30 12:49:38 2004
+++ php-src/win32/php_win32_globals.h   Fri Jul 30 13:07:03 2004
@@ -16,7 +16,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_win32_globals.h,v 1.1.4.2 2004/07/30 16:49:38 fmk Exp $ */
+/* $Id: php_win32_globals.h,v 1.1.4.3 2004/07/30 17:07:03 fmk Exp $ */
 
 #ifndef PHP_WIN32_GLOBALS_H
 #define 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;
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to