diff options
author | Zeev Suraski <zeev@php.net> | 1999-04-18 15:58:27 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-04-18 15:58:27 +0000 |
commit | 5e8c3228596c4078304868d94658e5c8e87b08ef (patch) | |
tree | 96e341eadbec76aa2389a7231a7d6b60ced18451 /ext/standard/formatted_print.c | |
parent | f432c05c3f2fdfc51b8799f908eb213717a15500 (diff) | |
download | php-git-5e8c3228596c4078304868d94658e5c8e87b08ef.tar.gz |
Make Win32 happy with the recent changes.
Diffstat (limited to 'ext/standard/formatted_print.c')
-rw-r--r-- | ext/standard/formatted_print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/formatted_print.c b/ext/standard/formatted_print.c index d6e3f3326f..03e23b9526 100644 --- a/ext/standard/formatted_print.c +++ b/ext/standard/formatted_print.c @@ -34,7 +34,7 @@ #include "tls.h" #endif #include "php.h" -#include "head.h" +#include "functions/head.h" #include "php3_string.h" #include "zend_execute.h" #include <stdio.h> |