]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
uxcons: Don't try to include <sys/select.h> on systems that don't have it.
authorBen Harris <bjh21@bjh21.me.uk>
Sun, 1 May 2016 16:11:50 +0000 (18:11 +0200)
committerBen Harris <bjh21@bjh21.me.uk>
Sun, 1 May 2016 16:13:03 +0000 (18:13 +0200)
commit05e802d5fe8d34b326ad251d5e25b76f7d006b33
tree4253b3a3db6238b77d57ca363f0d7b2f4ce2bb83
parent4ae1577b432c1859704d2763f70a764dee23bd98
uxcons: Don't try to include <sys/select.h> on systems that don't have it.

Also include <sys/time.h> for ancient systems that define select()
there.
unix/uxcons.c