]> asedeno.scripts.mit.edu Git - PuTTY.git/blobdiff - unix/uxsftp.c
Some systems (HP-UX) don't yet have <sys/select.h>, putting select() in
[PuTTY.git] / unix / uxsftp.c
index 60289eb20f6b6324a398509343e6d8cca53e71bb..3691cacc7f194735657fd82527a33c15b59ac47e 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"