From: Paul Eggert Date: Wed, 9 Sep 2015 10:23:46 +0000 (-0700) Subject: Port recent Linux console changes to RHEL 6 X-Git-Tag: emacs-25.0.90~1224^2~185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c28542c29fde8c6862429a6b7180e2434f2e4ea4;p=emacs.git Port recent Linux console changes to RHEL 6 * src/terminal.c [HAVE_LINUX_KD_H]: Include . --- diff --git a/src/terminal.c b/src/terminal.c index 817da75c577..d7c16d9d036 100644 --- a/src/terminal.c +++ b/src/terminal.c @@ -31,6 +31,7 @@ along with GNU Emacs. If not, see . */ #ifdef HAVE_LINUX_KD_H # include # include +# include #endif /* Chain of all terminals currently in use. */