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

existence in <sys/types.h>.
This commit is contained in:
mike 2002-09-24 22:30:56 +00:00
parent 0cde982423
commit b9b0e10101

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>