X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/blobdiff_plain/c9def1b8e8960113ab4fd91d0b69d5b422cf339f..83ea993b6ec099cffa67ed69840adbfb21b311ed:/ldisc.c diff --git a/ldisc.c b/ldisc.c index 819360d4..b72c7720 100644 --- a/ldisc.c +++ b/ldisc.c @@ -1,4 +1,11 @@ #include +#ifndef AUTO_WINSOCK +#ifdef WINSOCK_TWO +#include +#else +#include +#endif +#endif #include #include