]> code.delx.au - gnu-emacs/commitdiff
* xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.
authorJim Blandy <jimb@redhat.com>
Thu, 25 Mar 1993 02:11:11 +0000 (02:11 +0000)
committerJim Blandy <jimb@redhat.com>
Thu, 25 Mar 1993 02:11:11 +0000 (02:11 +0000)
src/xterm.c

index f766e129593072a6e352caf38db29c0b91c988d3..f1dc6a24d12b7a0f09e30133ef6176e9747fd8ff 100644 (file)
@@ -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.  */