]> granicus.if.org Git - sudo/commitdiff
_AIX -> HAVE_SYS_SELECT_H
authorTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 Oct 1996 22:54:49 +0000 (22:54 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Tue, 8 Oct 1996 22:54:49 +0000 (22:54 +0000)
tgetpass.c

index 20c7f6511c63839b8da0c36aa98fdd1987022c53..829a9b69be0199316fb6b01153ca199d5d6e976b 100644 (file)
@@ -48,9 +48,9 @@ static char rcsid[] = "$Id$";
 #ifdef HAVE_SYS_BSDTYPES_H
 #include <sys/bsdtypes.h>
 #endif /* HAVE_SYS_BSDTYPES_H */
-#ifdef _AIX
+#ifdef HAVE_SYS_SELECT_H
 #include <sys/select.h>
-#endif /* _AIX */
+#endif /* HAVE_SYS_SELECT_H */
 #include <sys/time.h>
 #include <signal.h>
 #include <fcntl.h>