Fix a couple of signedness compiler warnings, presumably due to me
[u/mdw/putty] / be_none.c
index d112143..879a20c 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}
 };