]> granicus.if.org Git - php/commitdiff
- include php win32's time.h
authorPierre Joye <pajoye@php.net>
Mon, 19 Jan 2009 02:31:18 +0000 (02:31 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 19 Jan 2009 02:31:18 +0000 (02:31 +0000)
ext/standard/basic_functions.c

index 33ae57f1f3238836770ec7f82c6b99987f0e400f..d90dbfade89f5a3b3286446345516d39ee2e4d8a 100644 (file)
@@ -37,6 +37,7 @@
 
 #ifdef PHP_WIN32
 #include "win32/php_win32_globals.h"
+#include "win32/time.h"
 #endif
 
 typedef struct yy_buffer_state *YY_BUFFER_STATE;