emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c28542c: Port recent Linux console changes to RHEL


From: Paul Eggert
Subject: [Emacs-diffs] master c28542c: Port recent Linux console changes to RHEL 6
Date: Wed, 09 Sep 2015 10:24:09 +0000

branch: master
commit c28542c29fde8c6862429a6b7180e2434f2e4ea4
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    Port recent Linux console changes to RHEL 6
    
    * src/terminal.c [HAVE_LINUX_KD_H]: Include <sys/ioctl.h>.
---
 src/terminal.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/terminal.c b/src/terminal.c
index 817da75..d7c16d9 100644
--- a/src/terminal.c
+++ b/src/terminal.c
@@ -31,6 +31,7 @@ along with GNU Emacs.  If not, see 
<http://www.gnu.org/licenses/>.  */
 #ifdef HAVE_LINUX_KD_H
 # include <errno.h>
 # include <linux/kd.h>
+# include <sys/ioctl.h>
 #endif
 
 /* Chain of all terminals currently in use.  */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]