mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue