Port recent Linux console changes to RHEL 6
* src/terminal.c [HAVE_LINUX_KD_H]: Include <sys/ioctl.h>.
This commit is contained in:
parent
881b4f4bbf
commit
c28542c29f
1 changed files with 1 additions and 0 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Reference in a new issue