e354a5
commit 880433de13fa31e52587720f81b762a6c7797e4e
e354a5
Author: Florian Weimer <fweimer@redhat.com>
e354a5
Date:   Thu Dec 10 15:47:26 2020 +0100
e354a5
e354a5
    elf: Include <sys/param.h> in cache.c
e354a5
    
e354a5
    The roundup macro is defined there.  Relying on an indirect
e354a5
    definition is brittle.
e354a5
e354a5
diff --git a/elf/cache.c b/elf/cache.c
e354a5
index dde3d7fefa4105f9..fdfedb0964bcd217 100644
e354a5
--- a/elf/cache.c
e354a5
+++ b/elf/cache.c
e354a5
@@ -29,6 +29,7 @@
e354a5
 #include <stdint.h>
e354a5
 #include <sys/fcntl.h>
e354a5
 #include <sys/mman.h>
e354a5
+#include <sys/param.h>
e354a5
 #include <sys/stat.h>
e354a5
 #include <sys/types.h>
e354a5