From 8053aea3606c3717ac2eb27ba2532b80284ed4c9 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 4 Jan 2005 14:37:32 +0000 Subject: [PATCH] If we're going to use select(), we need . [originally from svn r5063] --- unix/uxplink.c | 1 + 1 file changed, 1 insertion(+) 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"