diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xterm.c b/src/xterm.c index 15b3e488570..09f919cf462 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -52,11 +52,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 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" |