diff options
| author | Karoly Lorentey | 2005-12-31 07:10:31 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-12-31 07:10:31 +0000 |
| commit | 60f5c938324b2831216deeb60969c53d409784f5 (patch) | |
| tree | bd27d0e948aade54b5d98968de2b650e340dd3da /src | |
| parent | fe74bf608e580606fba358b8e226c3c989d16e33 (diff) | |
| download | emacs-60f5c938324b2831216deeb60969c53d409784f5.tar.gz emacs-60f5c938324b2831216deeb60969c53d409784f5.zip | |
(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')
| -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, | |||
| 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" |