From: Todd C. Miller Date: Wed, 9 Sep 1998 00:43:49 +0000 (+0000) Subject: include sys/param.h to get howmany macro X-Git-Tag: SUDO_1_5_6~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c54ebc581bfc3ae873fec865ffaf21e365dcdd7;p=sudo include sys/param.h to get howmany macro --- diff --git a/tgetpass.c b/tgetpass.c index 2dc705da6..6fe7a70ba 100644 --- a/tgetpass.c +++ b/tgetpass.c @@ -47,6 +47,7 @@ static char rcsid[] = "$Id$"; #endif /* HAVE_STRINGS_H */ #include #include +#include #include #ifdef HAVE_SYS_BSDTYPES_H #include