X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/89ee5268a99aac30dbdf36bc3a02074d34e653f2..0a064ea7fe1a2dc3e5dd1af42354d0b7b7d41bbe:/be_all.c diff --git a/be_all.c b/be_all.c index 69e44b76..ae58771e 100644 --- a/be_all.c +++ b/be_all.c @@ -4,6 +4,13 @@ */ #include +#ifndef AUTO_WINSOCK +#ifdef WINSOCK_TWO +#include +#else +#include +#endif +#endif #include #include "putty.h"