include sys/param.h to get howmany macro

This commit is contained in:
Todd C. Miller
1998-09-09 00:43:49 +00:00
parent e68f156aca
commit 0c54ebc581

View 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>