diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-12-31 07:10:31 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-12-31 07:10:31 +0000 |
commit | 60f5c938324b2831216deeb60969c53d409784f5 (patch) | |
tree | bd27d0e948aade54b5d98968de2b650e340dd3da /src/terminal.c | |
parent | fe74bf608e580606fba358b8e226c3c989d16e33 (diff) | |
download | emacs-60f5c938324b2831216deeb60969c53d409784f5.tar.gz |
(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
Diffstat (limited to 'src/terminal.c')
-rw-r--r-- | src/terminal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/terminal.c b/src/terminal.c index 084318b893f..fa6a0a4f51e 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -19,6 +19,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include <config.h> +#include <stdio.h> #include "lisp.h" #include "frame.h" |