diff options
| author | Jim Blandy <jimb@redhat.com> | 1993-03-25 02:11:11 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1993-03-25 02:11:11 +0000 |
| commit | febf25d56f3575581cb71970a6d16413c4420d65 (patch) | |
| tree | e80c3a24c9f057ccd98064b81db3e91e06f3d5a4 | |
| parent | 68756f1f779ae52de5f14e2981632be419fb6644 (diff) | |
| download | emacs-febf25d56f3575581cb71970a6d16413c4420d65.tar.gz | |
* xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.
| -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. */ |
