]> granicus.if.org Git - sudo/commitdiff
fixed a typo
authorTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 11 Jan 1996 18:04:43 +0000 (18:04 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Thu, 11 Jan 1996 18:04:43 +0000 (18:04 +0000)
tgetpass.c

index b75bf832fb6befaad158eb01a0eeeb59d7f847a9..6516fe6590e8e1ab4d61d054ffa44da355b1bcd9 100644 (file)
@@ -44,9 +44,9 @@ static char rcsid[] = "$Id$";
 #endif /* HAVE_STRINGS_H */
 #include <pwd.h>
 #include <sys/types.h>
-#ifdef HAVE_SYS_BSDTYPES
+#ifdef HAVE_SYS_BSDTYPES_H
 #include <sys/bsdtypes.h>
-#endif /* HAVE_SYS_BSDTYPES */
+#endif /* HAVE_SYS_BSDTYPES_H */
 #ifdef _AIX
 #include <sys/select.h>
 #endif /* _AIX */