mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-12 18:13:50 -05:00
If we're going to use select(), we need <sys/select.h>.
[originally from svn r5063]
This commit is contained in:
parent
dd33f123b2
commit
8053aea360
@ -13,6 +13,7 @@
|
||||
#include <termios.h>
|
||||
#include <pwd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/select.h>
|
||||
|
||||
#define PUTTY_DO_GLOBALS /* actually _define_ globals */
|
||||
#include "putty.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user