]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - be_all.c
RJK's general signal-handling robustness patch. Should fix the weird
[PuTTY.git] / be_all.c
index 69e44b760fb7dcaff941d830759f60aee9495a20..96dac532b6aa8f8bcb6f828036a259d743f512c0 100644 (file)
--- a/be_all.c
+++ b/be_all.c
@@ -3,13 +3,13 @@
  * including ssh.
  */
 
-#include <windows.h>
 #include <stdio.h>
 #include "putty.h"
 
 struct backend_list backends[] = {
     {PROT_SSH, "ssh", &ssh_backend},
     {PROT_TELNET, "telnet", &telnet_backend},
+    {PROT_RLOGIN, "rlogin", &rlogin_backend},
     {PROT_RAW, "raw", &raw_backend},
     {0, NULL}
 };