[emacs]: Include stdio.h.

This commit is contained in:
Richard M. Stallman 1994-07-18 06:28:42 +00:00
parent 346dae059b
commit a9c82aaf41

View file

@ -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 <stdio.h> /* Get the definition of _IO_STDIO_H. */
#ifdef _IO_STDIO_H
/* new C libio names */
#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \