1
0
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:
Ben Harris 2005-01-04 14:37:32 +00:00
parent dd33f123b2
commit 8053aea360

View File

@ -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"