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