From: Florian Weimer Date: Thu, 10 Dec 2020 14:47:26 +0000 (+0100) Subject: elf: Include in cache.c X-Git-Tag: glibc-2.33~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=880433de13fa31e52587720f81b762a6c7797e4e;p=thirdparty%2Fglibc.git elf: Include in cache.c The roundup macro is defined there. Relying on an indirect definition is brittle. --- diff --git a/elf/cache.c b/elf/cache.c index b03c5319f80..88a730e1dcd 100644 --- a/elf/cache.c +++ b/elf/cache.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include