diff options
| author | Richard M. Stallman | 1994-07-18 06:28:42 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-07-18 06:28:42 +0000 |
| commit | a9c82aaf4137beca79b06b9339badc9208e34f73 (patch) | |
| tree | 350036d317ecaf7c5f0f19f8dfc4231d95d0fdcb /src/s/gnu-linux.h | |
| parent | 346dae059b9e5d88e44b77839bb10ade640d0f28 (diff) | |
| download | emacs-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.h | 3 |
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) \ |