From 96128460b7145ca1deb197d1163028560ec241fa Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Mon, 4 Sep 2000 12:58:08 +0000 Subject: [PATCH] Include "php.h", otherwise we don't have access to the PHP and autoconf macros. --- main/network.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.40.0