mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix Jani breakage
This commit is contained in:
parent
d247e074a7
commit
effa111c5e
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
/* #ifndef WIN32 */
|
||||
#ifndef WIN32
|
||||
# include <tsrm_config.h>
|
||||
# include "tsrm_config.h"
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifdef TSRM_WIN32
|
||||
# include "tsrm_config.w32.h"
|
||||
#else
|
||||
# include <tsrm_config.h>
|
||||
# include "tsrm_config.h"
|
||||
# include <sys/param.h>
|
||||
#endif
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#include "libxml/uri.h"
|
||||
|
||||
#include "ext/standard/md5.h"
|
||||
#include "tsrm_virtual_cwd.h"
|
||||
#include "../../TSRM/tsrm_virtual_cwd.h"
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
|
|
@ -397,7 +397,7 @@ END_EXTERN_C()
|
|||
|
||||
|
||||
/* Virtual current working directory support */
|
||||
#include "tsrm_virtual_cwd.h"
|
||||
#include "../TSRM/tsrm_virtual_cwd.h"
|
||||
|
||||
#include "zend_constants.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue