Get howmany() macro from <sys/param.h>, instead of depending on its
existence in <sys/types.h>.
This commit is contained in:
parent
a3eed4ea5e
commit
ac53b225bb
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user