1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 08:58:28 +02:00

Fixed windows build.

This commit is contained in:
Sebastian Bergmann
2000-11-06 06:31:00 +00:00
parent 248b5a32be
commit c5ff85c8bc
+3
View File
@@ -25,7 +25,10 @@
#include "php_globals.h"
#include "ext/standard/info.h"
#include "SAPI.h"
#ifndef PHP_WIN32
#include "build-defs.h"
#endif
#ifdef HAVE_LIBDL
#include <stdlib.h>