Fix win32 build

This commit is contained in:
Rob Richards 2006-12-06 13:18:36 +00:00
parent b4d0d872e7
commit cf4c83dd2b
2 changed files with 6 additions and 0 deletions

View file

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