mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
uxcons: Fix on musl libc
musl libc exports FD_SET and friends in sys/select.h.
This commit is contained in:
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"
|
||||
|
Loading…
Reference in New Issue
Block a user