On 12/10/22 20:56, Warner Losh wrote:
From: Muhammad Moinur Rahman <[email protected]>
Some versions of FreeBSD now require sys/param.h for machine/pmap.h on
x86. Include them here to meet that requirement. It does no harm on
older versions, so there's no need to #ifdef it.
Signed-off-by: Muhammad Moinur Rahman <[email protected]>
Reviewed-by: John Baldwin <[email protected]>
Signed-off-by: Warner Losh <[email protected]>
---
bsd-user/host/i386/host-signal.h | 1 +
bsd-user/host/x86_64/host-signal.h | 1 +
2 files changed, 2 insertions(+)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>