1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 17:13:31 +02:00

Include "php.h", otherwise we don't have access to the PHP and autoconf

macros.
This commit is contained in:
Sascha Schumann
2000-09-04 12:58:08 +00:00
parent 43fefff150
commit 96128460b7

View File

@@ -17,6 +17,8 @@
*/
/* $Id$ */
#include "php.h"
#ifdef PHP_WIN32
#include <windows.h>
#include <winsock.h>