]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - be_none.c
Missed one: sftp-slow has gone away with 0.54
[PuTTY.git] / be_none.c
index d112143ee1f5ba4191654bd2584eb71e1cdb4e1c..879a20c5052285efcc88aab7047c4cbf16d6561a 100644 (file)
--- a/be_none.c
+++ b/be_none.c
@@ -4,13 +4,13 @@
  * lookups.
  */
 
-#include <windows.h>
 #include <stdio.h>
 #include "putty.h"
 
 struct backend_list backends[] = {
     {PROT_SSH, "ssh", NULL},
     {PROT_TELNET, "telnet", NULL},
+    {PROT_RLOGIN, "rlogin", NULL},
     {PROT_RAW, "raw", NULL},
     {0, NULL}
 };