- (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and
   pty.[ch] -> sshpty.[ch]
diff --git a/serverloop.c b/serverloop.c
index 613f518..79dbe79 100644
--- a/serverloop.c
+++ b/serverloop.c
@@ -42,7 +42,7 @@
 #include "buffer.h"
 #include "log.h"
 #include "servconf.h"
-#include "pty.h"
+#include "sshpty.h"
 #include "channels.h"
 #include "compat.h"
 #include "ssh1.h"