From a9c82aaf4137beca79b06b9339badc9208e34f73 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 18 Jul 1994 06:28:42 +0000 Subject: [PATCH] [emacs]: Include stdio.h. --- src/s/gnu-linux.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 53af4cdd13c..6dfc6c724fa 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -153,9 +153,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* #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 /* Get the definition of _IO_STDIO_H. */ #ifdef _IO_STDIO_H /* new C libio names */ #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ -- 2.39.5