More preparatory work: remove the <windows.h> include from lots of
[u/mdw/putty] / be_all.c
index 69e44b7..96dac53 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}
 };