]> granicus.if.org Git - php/commitdiff
Fix UNIX build
authorZeev Suraski <zeev@php.net>
Sat, 9 Sep 2000 12:02:31 +0000 (12:02 +0000)
committerZeev Suraski <zeev@php.net>
Sat, 9 Sep 2000 12:02:31 +0000 (12:02 +0000)
ext/standard/file.c

index d8b98228ef4f7e04d9bc151cecdbf6b37066ddde..5a208d19c50e7ded0041481f27a626efa73253b3 100644 (file)
@@ -170,6 +170,7 @@ static FILE *php_do_open_temporary_file(char *path, const char *pfx, char **open
        char *trailing_slash;
        FILE *fp;
        char *opened_path;
+       int fd;
 
        if (!path) {
                return NULL;