diff options
author | Andi Gutmans <andi@php.net> | 2000-09-11 18:56:47 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-09-11 18:56:47 +0000 |
commit | 824fc6a084923ec8f5569eb1d8f7ed8a9d9c93fd (patch) | |
tree | ab072b7ab74328daba1ccf014f7b219593281c69 /ext/swf | |
parent | d9e180b9b7c22261332b543f878cd0c6849c3e4e (diff) | |
download | php-git-824fc6a084923ec8f5569eb1d8f7ed8a9d9c93fd.tar.gz |
- Move php_open_temporary_file() out of file.c
Diffstat (limited to 'ext/swf')
-rw-r--r-- | ext/swf/swf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/swf/swf.c b/ext/swf/swf.c index 797b6e56ff..6e61fdef77 100644 --- a/ext/swf/swf.c +++ b/ext/swf/swf.c @@ -25,7 +25,7 @@ #include <stdio.h> #include <swf.h> #include "ext/standard/info.h" -#include "ext/standard/file.h" +#include "php_open_temporary_file.h" #include "php_swf.h" #ifdef ZTS |