From 6f297a370a25e07ff1c50ceefedb79b7bdbed73a Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Fri, 20 Jul 2001 14:40:30 +0000 Subject: Fix Windows build --- main/php.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index f99d2c3007..9028452a43 100644 --- a/main/php.h +++ b/main/php.h @@ -279,7 +279,7 @@ PHPAPI int cfg_get_string(char *varname, char **result); /* Output support */ -#include "ext/standard/php_output.h" +#include "main/php_output.h" #define PHPWRITE(str, str_len) php_body_write((str), (str_len)) #define PUTS(str) php_body_write((str), strlen((str))) #define PUTC(c) (php_body_write(&(c), 1), (c)) -- cgit v1.2.1