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