Port recent Linux console changes to RHEL 6

* src/terminal.c [HAVE_LINUX_KD_H]: Include <sys/ioctl.h>.
This commit is contained in:
Paul Eggert 2015-09-09 03:23:46 -07:00
parent 881b4f4bbf
commit c28542c29f

View file

@ -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. */