subr_physmem: Fix userspace build
authorWarner Losh <imp@FreeBSD.org>
Tue, 25 Oct 2022 05:05:07 +0000 (23:05 -0600)
committerWarner Losh <imp@FreeBSD.org>
Tue, 25 Oct 2022 16:57:29 +0000 (10:57 -0600)
commite0cab5cdb34e0ba461ab074804dac59b3f0dc798
tree35b3da65f5d4740b12f2f040fd6d0de340f71405
parenta67c0fae0c70737cea5c918cd04f63e054337c05
subr_physmem: Fix userspace build

Include stdbool.h in userspace configurations. For the kernel builds we
get it from sys/types.h, but bool isn't defined there for non-kernel
builds and this otherwise kernel-only file is used for the physmem test
suite.

Fixes: deb1e3b71998
Sponsored by: Netflix
sys/sys/physmem.h