diff options
| -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) \ |