]> granicus.if.org Git - sudo/commitdiff
include sys/select for AIX
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 14 Jul 1994 15:19:08 +0000 (15:19 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 14 Jul 1994 15:19:08 +0000 (15:19 +0000)
tgetpass.c

index bc95d21acec780578d4a5bbe3e76d111a1f935dc..11d635c40599b02e8425919be32d9f290d420be8 100644 (file)
@@ -34,6 +34,9 @@
 #include <unistd.h>
 #endif /* HAVE_UNISTD_H */
 #include <sys/types.h>
+#ifdef _AIX
+#include <sys/select.h>
+#endif /* _AIX */
 #include <sys/time.h>
 #include <signal.h>
 #include <fcntl.h>