X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/89ee5268a99aac30dbdf36bc3a02074d34e653f2..68a49acbf3f96fbbbc385620655dcb577e62c328:/be_all.c?ds=inline diff --git a/be_all.c b/be_all.c index 69e44b76..96dac532 100644 --- a/be_all.c +++ b/be_all.c @@ -3,13 +3,13 @@ * including ssh. */ -#include #include #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} };