diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-20 14:40:30 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-20 14:40:30 +0000 |
commit | 6f297a370a25e07ff1c50ceefedb79b7bdbed73a (patch) | |
tree | e45306abc9b0743fbbf8638f39472b7201fdf2d2 /main/php.h | |
parent | 8084d278850b9b4cf4880ed75cf19f04c38b953f (diff) | |
download | php-git-6f297a370a25e07ff1c50ceefedb79b7bdbed73a.tar.gz |
Fix Windows build
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |