forked from aniani/vim
updated for version 7.0-156
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
# include <sys/termios.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_SYS_IOCTL_H
|
||||
#ifdef HAVE_SYS_IOCTL_H
|
||||
# include <sys/ioctl.h>
|
||||
#endif
|
||||
|
||||
@@ -69,14 +69,14 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if HAVE_UNISTD_H
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif
|
||||
|
||||
#if HAVE_TERMIO_H
|
||||
# include <termio.h>
|
||||
#else
|
||||
# if HAVE_TERMIOS_H
|
||||
# ifdef HAVE_TERMIOS_H
|
||||
# include <termios.h>
|
||||
# endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user