]> diplodocus.org Git - nmh/blobdiff - uip/msh.c
Replace <arpa/ftp.h> with "h/arpa_ftp.h".
[nmh] / uip / msh.c
index c2d4e1a64b197c2801acf00d5e3e989909d7816b..9e56ddd4ba869ea66cb3203339b7c80d8d7382bc 100644 (file)
--- a/uip/msh.c
+++ b/uip/msh.c
 #include <h/mts.h>
 #include <h/utils.h>
 
-#ifdef HAVE_TERMIOS_H
-# include <termios.h>
-#else
-# ifdef HAVE_TERMIO_H
-#  include <termio.h>
-# else
-#  include <sgtty.h>
-# endif
-#endif
+#include <termios.h>
 
 #include <pwd.h>
 #include <setjmp.h>