X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/28b5d7fd93a7583edef5c116618f31e60a3948f9..927d4fc5c6d3169ba46d4f1ee834a17760316ddb:/be_nossh.c diff --git a/be_nossh.c b/be_nossh.c index fdd98288..5dac276f 100644 --- a/be_nossh.c +++ b/be_nossh.c @@ -4,6 +4,13 @@ */ #include +#ifndef AUTO_WINSOCK +#ifdef WINSOCK_TWO +#include +#else +#include +#endif +#endif #include #include "putty.h"