X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/05a6aa4fb69a1ff393d8e13b5a6e6a6211f50277..a5470c60d0089f603a7bed7c8cf420984ae6011f:/be_none.c diff --git a/be_none.c b/be_none.c index f729e25d..8151b3d7 100644 --- a/be_none.c +++ b/be_none.c @@ -5,6 +5,13 @@ */ #include +#ifndef AUTO_WINSOCK +#ifdef WINSOCK_TWO +#include +#else +#include +#endif +#endif #include #include "putty.h" @@ -12,4 +19,5 @@ struct backend_list backends[] = { {PROT_SSH, "ssh", NULL}, {PROT_TELNET, "telnet", NULL}, {PROT_RAW, "raw", NULL}, + {0, NULL} };