diff options
Diffstat (limited to 'src/sysstdio.h')
| -rw-r--r-- | src/sysstdio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sysstdio.h b/src/sysstdio.h index 3ff1d6a572a..a2364c4e1fb 100644 --- a/src/sysstdio.h +++ b/src/sysstdio.h | |||
| @@ -24,6 +24,7 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ | |||
| 24 | #include <stdio.h> | 24 | #include <stdio.h> |
| 25 | 25 | ||
| 26 | extern FILE *emacs_fopen (char const *, char const *); | 26 | extern FILE *emacs_fopen (char const *, char const *); |
| 27 | extern void close_output_streams (void); | ||
| 27 | 28 | ||
| 28 | #if O_BINARY | 29 | #if O_BINARY |
| 29 | # define FOPEN_BINARY "b" | 30 | # define FOPEN_BINARY "b" |