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