Fix Jani breakage

This commit is contained in:
Rasmus Lerdorf 2005-03-16 22:00:07 +00:00
parent d247e074a7
commit effa111c5e
4 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@
/* #ifndef WIN32 */
#ifndef WIN32
# include <tsrm_config.h>
# include "tsrm_config.h"
#endif
#ifdef WIN32

View file

@ -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

View file

@ -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>

View file

@ -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"