diff options
| -rw-r--r-- | ext/standard/file.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/file.c b/ext/standard/file.c index 66fb2068b5..dc8e2276f8 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -75,7 +75,7 @@ #endif #if MISSING_FCLOSE_DECL -extern int fclose(); +extern int fclose(FILE *); #endif #ifdef HAVE_SYS_MMAN_H |
