]> granicus.if.org Git - sudo/commitdiff
include sys/param.h to get howmany macro
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Sep 1998 00:43:49 +0000 (00:43 +0000)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 9 Sep 1998 00:43:49 +0000 (00:43 +0000)
tgetpass.c

index 2dc705da6a4edfecda072b42a4def36e428f82f1..6fe7a70ba1c59e2d16b706438db954d753f73767 100644 (file)
@@ -47,6 +47,7 @@ static char rcsid[] = "$Id$";
 #endif /* HAVE_STRINGS_H */
 #include <limits.h>
 #include <pwd.h>
+#include <sys/param.h>
 #include <sys/types.h>
 #ifdef HAVE_SYS_BSDTYPES_H
 #include <sys/bsdtypes.h>