mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-06-30 19:12:48 -05:00
uxcons: Fix on musl libc
musl libc exports FD_SET and friends in sys/select.h.
This commit is contained in:

committed by
Simon Tatham

parent
adc8ae214e
commit
4ae1577b43
@ -12,6 +12,7 @@
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#include "putty.h"
|
||||
#include "storage.h"
|
||||
|
Reference in New Issue
Block a user