Some systems (HP-UX) don't yet have <sys/select.h>, putting select() in
[u/mdw/putty] / unix / uxplink.c
index 755f1b2..13dea44 100644 (file)
 #include <termios.h>
 #include <pwd.h>
 #include <sys/ioctl.h>
+#include <sys/time.h>
+#ifndef HAVE_NO_SYS_SELECT_H
 #include <sys/select.h>
+#endif
 
 #define PUTTY_DO_GLOBALS              /* actually _define_ globals */
 #include "putty.h"