From: Sascha Schumann Date: Mon, 4 Sep 2000 12:58:08 +0000 (+0000) Subject: Include "php.h", otherwise we don't have access to the PHP and autoconf X-Git-Tag: php-4.0.3RC1~322 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96128460b7145ca1deb197d1163028560ec241fa;p=php Include "php.h", otherwise we don't have access to the PHP and autoconf macros. --- diff --git a/main/network.c b/main/network.c index 84a3277114..91f6f864e9 100644 --- a/main/network.c +++ b/main/network.c @@ -17,6 +17,8 @@ */ /* $Id$ */ +#include "php.h" + #ifdef PHP_WIN32 #include #include