comparison src/dispnew.c @ 5619:768c8b09591b

Include stdio.h before config.h.
author Richard M. Stallman <rms@gnu.org>
date Mon, 17 Jan 1994 01:38:26 +0000
parents db2e7e6a488e
children b649c51e3f6b
comparison
equal deleted inserted replaced
5618:a70dc7c886d0 5619:768c8b09591b
17 along with GNU Emacs; see the file COPYING. If not, write to 17 along with GNU Emacs; see the file COPYING. If not, write to
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
19 19
20 20
21 #include <signal.h> 21 #include <signal.h>
22 #include <stdio.h>
22 23
23 #include <config.h> 24 #include <config.h>
24 #include <stdio.h>
25 #include <ctype.h> 25 #include <ctype.h>
26 26
27 #include "lisp.h" 27 #include "lisp.h"
28 #include "termchar.h" 28 #include "termchar.h"
29 #include "termopts.h" 29 #include "termopts.h"