X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/c96a8fef89ccb3079d3d8e34cc89603a05b38c71..5b80d07f712ff90cfae4c89084e25eb90dd2e510:/noise.c diff --git a/noise.c b/noise.c index af75f9d8..1d764d5f 100644 --- a/noise.c +++ b/noise.c @@ -4,6 +4,13 @@ */ #include +#ifndef AUTO_WINSOCK +#ifdef WINSOCK_TWO +#include +#else +#include +#endif +#endif #include #include "putty.h"