Get howmany() macro from <sys/param.h>, instead of depending on its

existence in <sys/types.h>.
This commit is contained in:
Mike Barcroft 2002-09-24 22:30:56 +00:00
parent a3eed4ea5e
commit ac53b225bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103917

View File

@ -29,7 +29,7 @@ static const char rcsid[] =
"$FreeBSD$";
#endif /* not lint */
#include <sys/types.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/mman.h>