From 3115a0ccfe73005906cdea5c66f250a062ef954e Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 9 Sep 2000 12:02:31 +0000 Subject: [PATCH] Fix UNIX build --- ext/standard/file.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/standard/file.c b/ext/standard/file.c index d8b98228ef..5a208d19c5 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -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; -- 2.50.1