diff options
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index f766e129593..f1dc6a24d12 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -54,8 +54,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include <sys/ioctl.h> #include <strings.h> #else /* ! defined (BSD) */ +#ifndef VMS #include <sys/termio.h> #include <string.h> +#endif #endif /* ! defined (BSD) */ /* Allow m- file to inhibit use of FIONREAD. */ |
