* lib/vma-iter.c [FreeBSD]: Include <sys/param.h>.
+2023-10-15 Bruno Haible <bruno@clisp.org>
+
+ vma-iter: Fix compilation error on FreeBSD 5.2.1.
+ * lib/vma-iter.c [FreeBSD]: Include <sys/param.h>.
+
2023-10-13 Bruno Haible <bruno@clisp.org>
isnanf, isnand: Fix conflict with Solaris <ieeefp.h>.
#if defined __FreeBSD__ || defined __FreeBSD_kernel__ /* FreeBSD, GNU/kFreeBSD */
# include <sys/types.h>
# include <sys/mman.h> /* mmap, munmap */
+# include <sys/param.h> /* prerequisite of <sys/user.h> */
# include <sys/user.h> /* struct kinfo_vmentry */
# include <sys/sysctl.h> /* sysctl */
#endif