- (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
   pty.[ch] -> sshpty.[ch]
diff --git a/auth2.c b/auth2.c
index cd3886d..e901050 100644
--- a/auth2.c
+++ b/auth2.c
@@ -30,7 +30,7 @@
 #include "ssh2.h"
 #include "xmalloc.h"
 #include "rsa.h"
-#include "pty.h"
+#include "sshpty.h"
 #include "packet.h"
 #include "buffer.h"
 #include "log.h"