1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00

Merge branch 'PHP-5.4'

* PHP-5.4:
  - Fixed Windows build
This commit is contained in:
Felipe Pena
2012-04-30 15:56:15 -03:00

View File

@@ -30,11 +30,12 @@
#endif
#include "zend_language_scanner_defs.h"
#include <errno.h>
#include "zend.h"
#ifdef PHP_WIN32
# include <Winuser.h>
#endif
#include <errno.h>
#include "zend.h"
#include "zend_alloc.h"
#include <zend_language_parser.h>
#include "zend_compile.h"