mirror of
https://github.com/php/php-src.git
synced 2025-08-20 17:34:35 +02:00
MFB: Fix win32 build
This commit is contained in:
parent
8f98226510
commit
3d73c5da0d
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue