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