From: ben Date: Tue, 4 Jan 2005 14:37:32 +0000 (+0000) Subject: If we're going to use select(), we need . X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/putty/commitdiff_plain/2a6848cc351da3e7d43f476cbe0b9f3e64df4494 If we're going to use select(), we need . git-svn-id: svn://svn.tartarus.org/sgt/putty@5063 cda61777-01e9-0310-a592-d414129be87e --- diff --git a/unix/uxplink.c b/unix/uxplink.c index fdc0f666..99acc6f4 100644 --- a/unix/uxplink.c +++ b/unix/uxplink.c @@ -13,6 +13,7 @@ #include #include #include +#include #define PUTTY_DO_GLOBALS /* actually _define_ globals */ #include "putty.h"