diff options
| author | Jim Blandy | 1993-03-25 02:11:11 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-25 02:11:11 +0000 |
| commit | febf25d56f3575581cb71970a6d16413c4420d65 (patch) | |
| tree | e80c3a24c9f057ccd98064b81db3e91e06f3d5a4 /src | |
| parent | 68756f1f779ae52de5f14e2981632be419fb6644 (diff) | |
| download | emacs-febf25d56f3575581cb71970a6d16413c4420d65.tar.gz emacs-febf25d56f3575581cb71970a6d16413c4420d65.zip | |
* xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.
Diffstat (limited to 'src')
| -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. */ | |||
| 54 | #include <sys/ioctl.h> | 54 | #include <sys/ioctl.h> |
| 55 | #include <strings.h> | 55 | #include <strings.h> |
| 56 | #else /* ! defined (BSD) */ | 56 | #else /* ! defined (BSD) */ |
| 57 | #ifndef VMS | ||
| 57 | #include <sys/termio.h> | 58 | #include <sys/termio.h> |
| 58 | #include <string.h> | 59 | #include <string.h> |
| 60 | #endif | ||
| 59 | #endif /* ! defined (BSD) */ | 61 | #endif /* ! defined (BSD) */ |
| 60 | 62 | ||
| 61 | /* Allow m- file to inhibit use of FIONREAD. */ | 63 | /* Allow m- file to inhibit use of FIONREAD. */ |