Mercurial > emacs
diff src/s/gnu-linux.h @ 8274:04eeb3ed2828
[emacs]: Include stdio.h.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 18 Jul 1994 06:28:42 +0000 |
| parents | f2c73ebe4013 |
| children | ef773dd417ea |
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) \
