comparison src/xterm.c @ 8036:e242731ffc05

Don't include string.h or strings.h.
author Richard M. Stallman <rms@gnu.org>
date Thu, 23 Jun 1994 23:56:06 +0000
parents 7bb45acbcaa6
children e44c31d682b1
comparison
equal deleted inserted replaced
8035:e16ebbd6f14b 8036:e242731ffc05
50 #endif /* makedev */ 50 #endif /* makedev */
51 #endif /* USG */ 51 #endif /* USG */
52 52
53 #ifdef BSD 53 #ifdef BSD
54 #include <sys/ioctl.h> 54 #include <sys/ioctl.h>
55 #include <strings.h>
56 #else /* ! defined (BSD) */
57 #ifndef VMS
58 #include <string.h>
59 #endif
60 #endif /* ! defined (BSD) */ 55 #endif /* ! defined (BSD) */
61 56
62 #include "systty.h" 57 #include "systty.h"
63 #include "systime.h" 58 #include "systime.h"
64 59