diff --git a/unix/uxcons.c b/unix/uxcons.c index f2a25f3f..641c4b0f 100644 --- a/unix/uxcons.c +++ b/unix/uxcons.c @@ -12,7 +12,10 @@ #include #include #include +#include +#ifndef HAVE_NO_SYS_SELECT_H #include +#endif #include "putty.h" #include "storage.h"