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