mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=103917
@ -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…
Reference in New Issue
Block a user