1
0
forked from aniani/vim

updated for version 7.0-156

This commit is contained in:
Bram Moolenaar
2006-11-01 17:12:57 +00:00
parent 219b87038a
commit 5a6404cff4
8 changed files with 166 additions and 48 deletions

View File

@@ -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