Some systems (HP-UX) don't yet have <sys/select.h>, putting select() in
[u/mdw/putty] / unix / uxsftp.c
index 60289eb..3691cac 100644 (file)
@@ -13,6 +13,9 @@
 #include <errno.h>
 #include <assert.h>
 #include <glob.h>
+#ifndef HAVE_NO_SYS_SELECT_H
+#include <sys/select.h>
+#endif
 
 #include "putty.h"
 #include "psftp.h"