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