projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
881b4f4
)
Port recent Linux console changes to RHEL 6
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 9 Sep 2015 10:23:46 +0000
(
03:23
-0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 9 Sep 2015 10:24:05 +0000
(
03:24
-0700)
* src/terminal.c [HAVE_LINUX_KD_H]: Include <sys/ioctl.h>.
src/terminal.c
patch
|
blob
|
history
diff --git
a/src/terminal.c
b/src/terminal.c
index 817da75c577fa2ab240a3bab85afab6e76c4f0b1..d7c16d9d036afff118c8a383190162c9e620ffb0 100644
(file)
--- 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. */