diff options
Diffstat (limited to 'src/s/gnu-linux.h')
| -rw-r--r-- | src/s/gnu-linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 178d7082f72..3d78bf695bc 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h | |||
| @@ -103,7 +103,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 103 | /* This is needed for dispnew.c:update_frame. */ | 103 | /* This is needed for dispnew.c:update_frame. */ |
| 104 | #ifdef emacs | 104 | #ifdef emacs |
| 105 | #include <stdio.h> /* Get the definition of _IO_STDIO_H. */ | 105 | #include <stdio.h> /* Get the definition of _IO_STDIO_H. */ |
| 106 | #if defined(_IO_STDIO_H) || defined(_STDIO_USES_IOSTREAM) | 106 | #if defined (_IO_STDIO_H) || defined (_STDIO_USES_IOSTREAM) |
| 107 | /* New C libio names. */ | 107 | /* New C libio names. */ |
| 108 | #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ | 108 | #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ |
| 109 | ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) | 109 | ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) |