From: Bruno Haible Date: Sun, 15 Oct 2023 06:38:43 +0000 (+0200) Subject: vma-iter: Fix compilation error on FreeBSD 5.2.1. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=4142062a86fe396289f9536973c33458d315b26c;p=gnulib.git vma-iter: Fix compilation error on FreeBSD 5.2.1. * lib/vma-iter.c [FreeBSD]: Include . --- diff --git a/ChangeLog b/ChangeLog index 8057a8cdfc..9db5923331 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-10-15 Bruno Haible + + vma-iter: Fix compilation error on FreeBSD 5.2.1. + * lib/vma-iter.c [FreeBSD]: Include . + 2023-10-13 Bruno Haible isnanf, isnand: Fix conflict with Solaris . diff --git a/lib/vma-iter.c b/lib/vma-iter.c index 2584d5ec34..b28d21dc7a 100644 --- a/lib/vma-iter.c +++ b/lib/vma-iter.c @@ -60,6 +60,7 @@ #if defined __FreeBSD__ || defined __FreeBSD_kernel__ /* FreeBSD, GNU/kFreeBSD */ # include # include /* mmap, munmap */ +# include /* prerequisite of */ # include /* struct kinfo_vmentry */ # include /* sysctl */ #endif