changeset 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 6359ac574acf
children 67d4394387a7
files src/terminal.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/terminal.c	Fri Dec 30 06:38:50 2005 +0000
+++ b/src/terminal.c	Sat Dec 31 07:10:31 2005 +0000
@@ -19,6 +19,7 @@
 Boston, MA 02110-1301, USA.  */
 
 #include <config.h>
+#include <stdio.h>
 
 #include "lisp.h"
 #include "frame.h"