comparison src/terminal.c @ 83440:6cb6e02413a8

(Hopefully) fix bootstrap error on OpenBSD. (reported by Han Boetes) * src/terminal.c: Include <stdio.h>. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-480
author Karoly Lorentey <lorentey@elte.hu>
date Sat, 31 Dec 2005 07:10:31 +0000
parents 76396de7f50a
children a5d712e6585a
comparison
equal deleted inserted replaced
83439:6359ac574acf 83440:6cb6e02413a8
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, Inc., 51 Franklin Street, Fifth Floor, 18 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 Boston, MA 02110-1301, USA. */ 19 Boston, MA 02110-1301, USA. */
20 20
21 #include <config.h> 21 #include <config.h>
22 #include <stdio.h>
22 23
23 #include "lisp.h" 24 #include "lisp.h"
24 #include "frame.h" 25 #include "frame.h"
25 #include "termchar.h" 26 #include "termchar.h"
26 #include "termhooks.h" 27 #include "termhooks.h"