summaryrefslogtreecommitdiff
path: root/ext/standard/http_fopen_wrapper.c
diff options
context:
space:
mode:
authorDaniel Beulshausen <dbeu@php.net>2000-10-13 09:13:01 +0000
committerDaniel Beulshausen <dbeu@php.net>2000-10-13 09:13:01 +0000
commit6fb51171c884305125ece869fda5284b00933c3a (patch)
tree265fe94a91158eeae83fc87575fa678bbca7dfbc /ext/standard/http_fopen_wrapper.c
parent38ad62e6c7486fe63daaf5e4e3c6f22d096e3449 (diff)
downloadphp-git-6fb51171c884305125ece869fda5284b00933c3a.tar.gz
compile fixes & update of win32 dsp
Diffstat (limited to 'ext/standard/http_fopen_wrapper.c')
-rw-r--r--ext/standard/http_fopen_wrapper.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/standard/http_fopen_wrapper.c b/ext/standard/http_fopen_wrapper.c
index e22866649c..400695f2f1 100644
--- a/ext/standard/http_fopen_wrapper.c
+++ b/ext/standard/http_fopen_wrapper.c
@@ -21,6 +21,7 @@
#include "php.h"
#include "php_globals.h"
+#include "php_network.h"
#include <stdio.h>
#include <stdlib.h>