aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorRichard M. Stallman1994-07-18 06:28:42 +0000
committerRichard M. Stallman1994-07-18 06:28:42 +0000
commita9c82aaf4137beca79b06b9339badc9208e34f73 (patch)
tree350036d317ecaf7c5f0f19f8dfc4231d95d0fdcb /src/s/gnu-linux.h
parent346dae059b9e5d88e44b77839bb10ade640d0f28 (diff)
downloademacs-a9c82aaf4137beca79b06b9339badc9208e34f73.tar.gz
emacs-a9c82aaf4137beca79b06b9339badc9208e34f73.zip
[emacs]: Include stdio.h.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h3
1 files changed, 2 insertions, 1 deletions
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. */
153 153
154/* #define LINUX_LDAV_FILE "/proc/loadavg" */ 154/* #define LINUX_LDAV_FILE "/proc/loadavg" */
155 155
156/* This is needed for disknew.c:update_frame() */ 156/* This is needed for disknew.c:update_frame */
157 157
158#ifdef emacs 158#ifdef emacs
159#include <stdio.h> /* Get the definition of _IO_STDIO_H. */
159#ifdef _IO_STDIO_H 160#ifdef _IO_STDIO_H
160/* new C libio names */ 161/* new C libio names */
161#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ 162#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \