From: Todd C. Miller Date: Thu, 14 Jul 1994 15:19:08 +0000 (+0000) Subject: include sys/select for AIX X-Git-Tag: SUDO_1_3_1~114 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=88e2af5122b66606453d2b4d01f883c73e360d19;p=sudo include sys/select for AIX --- diff --git a/tgetpass.c b/tgetpass.c index bc95d21ac..11d635c40 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -34,6 +34,9 @@ #include #endif /* HAVE_UNISTD_H */ #include +#ifdef _AIX +#include +#endif /* _AIX */ #include #include #include