Fix win32 build

This commit is contained in:
Frank M. Kromann 2006-12-01 20:24:58 +00:00
parent a6b3682dba
commit 66eb5b1dde
2 changed files with 3 additions and 1 deletions

View file

@ -53,7 +53,9 @@
#include <stdlib.h> #include <stdlib.h>
#include <assert.h> #include <assert.h>
#include <time.h> #include <time.h>
#ifndef PHP_WIN32
#include "main/php_reentrancy.h" #include "main/php_reentrancy.h"
#endif
#ifndef SQLITE_OMIT_DATETIME_FUNCS #ifndef SQLITE_OMIT_DATETIME_FUNCS

View file

@ -33,6 +33,7 @@
IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include "main/php_reentrancy.h"
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
@ -45,7 +46,6 @@
#include "zip.h" #include "zip.h"
#include "zipint.h" #include "zipint.h"
#include "main/php_reentrancy.h"
static time_t _zip_d2u_time(int, int); static time_t _zip_d2u_time(int, int);
static char *_zip_readfpstr(FILE *, unsigned int, int, struct zip_error *); static char *_zip_readfpstr(FILE *, unsigned int, int, struct zip_error *);