X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/84978e825373ef6529561dce5b72bb4ee74a3e75..05bea829b8868f5db4ac048897e944ed05dfc457:/be_none.c diff --git a/be_none.c b/be_none.c index d112143e..879a20c5 100644 --- a/be_none.c +++ b/be_none.c @@ -4,13 +4,13 @@ * lookups. */ -#include #include #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} };