If we're going to use select(), we need <sys/select.h>.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 4 Jan 2005 14:37:32 +0000 (14:37 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Tue, 4 Jan 2005 14:37:32 +0000 (14:37 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@5063 cda61777-01e9-0310-a592-d414129be87e

unix/uxplink.c

index fdc0f66..99acc6f 100644 (file)
@@ -13,6 +13,7 @@
 #include <termios.h>
 #include <pwd.h>
 #include <sys/ioctl.h>
+#include <sys/select.h>
 
 #define PUTTY_DO_GLOBALS              /* actually _define_ globals */
 #include "putty.h"