X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/6f34e365eed04c1b4ebcf6d90511dd9e4400880a..a52f067e0510f49ff0473878280521bd11cd3c78:/raw.c diff --git a/raw.c b/raw.c index f7df52cb..cf6d04f8 100644 --- a/raw.c +++ b/raw.c @@ -1,7 +1,13 @@ #include #include #include +#ifndef AUTO_WINSOCK +#ifdef WINSOCK_TWO +#include +#else #include +#endif +#endif #include "putty.h"