- fix build

This commit is contained in:
Pierre Joye 2010-01-14 19:44:54 +00:00
parent 3c92875e18
commit 625bf83ef0
2 changed files with 4 additions and 8 deletions

View File

@ -2,10 +2,8 @@
Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>. */
/* Windows VC++ port by Pierre Joye <pierre@php.net> */
#ifndef PHP_WIN32
# include "php.h"
# include "php_main.h"
#endif
#include "php.h"
#include "php_main.h"
#include <errno.h>
#include <limits.h>

View File

@ -2,10 +2,8 @@
Released into the Public Domain by Ulrich Drepper <drepper@redhat.com>. */
/* Windows VC++ port by Pierre Joye <pierre@php.net> */
#ifndef PHP_WIN32
# include "php.h"
# include "php_main.h"
#endif
#include "php.h"
#include "php_main.h"
#include <errno.h>
#include <limits.h>