Mercurial > emacs
changeset 8274:04eeb3ed2828
[emacs]: Include stdio.h.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 18 Jul 1994 06:28:42 +0000 |
parents | cd8665daa5a8 |
children | 4fdf77f4e45c |
files | src/s/gnu-linux.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Mon Jul 18 06:14:10 1994 +0000 +++ b/src/s/gnu-linux.h Mon Jul 18 06:28:42 1994 +0000 @@ -153,9 +153,10 @@ /* #define LINUX_LDAV_FILE "/proc/loadavg" */ -/* This is needed for disknew.c:update_frame() */ +/* This is needed for disknew.c:update_frame */ #ifdef emacs +#include <stdio.h> /* Get the definition of _IO_STDIO_H. */ #ifdef _IO_STDIO_H /* new C libio names */ #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \