X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/28b5d7fd93a7583edef5c116618f31e60a3948f9..83ea993b6ec099cffa67ed69840adbfb21b311ed:/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"