diff options
| author | Sascha Schumann <sas@php.net> | 2001-07-20 19:42:26 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2001-07-20 19:42:26 +0000 |
| commit | b79aa095f56987622919ee09c9062feab7469bc3 (patch) | |
| tree | 9690974308c56d2ecb0e68815b4b235bf28e8029 /ext/sablot/sablot.c | |
| parent | 0453eff2b88f7548b0802bb1be1fa0ff514268e3 (diff) | |
| download | php-git-b79aa095f56987622919ee09c9062feab7469bc3.tar.gz | |
Fix last two instances of using ext/standard/php_output.h
Diffstat (limited to 'ext/sablot/sablot.c')
| -rw-r--r-- | ext/sablot/sablot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sablot/sablot.c b/ext/sablot/sablot.c index f2797eff82..ae9a37b86a 100644 --- a/ext/sablot/sablot.c +++ b/ext/sablot/sablot.c @@ -32,7 +32,7 @@ /* PHP Includes */ #include "ext/standard/info.h" -#include "ext/standard/php_output.h" +#include "main/php_output.h" #include "php_sablot.h" static int le_sablot; |
