From a4b325a3fc82d11e0f5d61f62e7fde29415f7afb Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 22 Feb 2022 12:27:07 +1100 Subject: Include sys/param.h if present. Needed for howmany() on MUSL systems such as Alpine. --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index a22eb444..eb2872c6 100644 --- a/configure.ac +++ b/configure.ac @@ -456,6 +456,7 @@ AC_CHECK_HEADERS([ \ sys/mman.h \ sys/label.h \ sys/ndir.h \ + sys/param.h \ sys/poll.h \ sys/prctl.h \ sys/procctl.h \ -- cgit v1.2.1