diff options
author | Andi Gutmans <andi@php.net> | 2000-09-11 04:31:04 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-09-11 04:31:04 +0000 |
commit | 42c5a9dad7f6696317c05236c7f3ed6a2bfb0087 (patch) | |
tree | d8f20a8fad6461caec9372f66eebf50073647d80 /ext/swf/swf.c | |
parent | d44d114b758e30bc109011dab2f93d8698ba2b52 (diff) | |
download | php-git-42c5a9dad7f6696317c05236c7f3ed6a2bfb0087.tar.gz |
- Should fix compile warning
Diffstat (limited to 'ext/swf/swf.c')
-rw-r--r-- | ext/swf/swf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/swf/swf.c b/ext/swf/swf.c index 6c7f2a3157..797b6e56ff 100644 --- a/ext/swf/swf.c +++ b/ext/swf/swf.c @@ -25,6 +25,7 @@ #include <stdio.h> #include <swf.h> #include "ext/standard/info.h" +#include "ext/standard/file.h" #include "php_swf.h" #ifdef ZTS |