elf: Include <sys/param.h> in cache.c

The roundup macro is defined there.  Relying on an indirect
definition is brittle.
This commit is contained in:
Florian Weimer 2020-12-10 15:47:26 +01:00
parent fdf8fbca45
commit 880433de13

View file

@ -29,6 +29,7 @@
#include <stdint.h>
#include <sys/fcntl.h>
#include <sys/mman.h>
#include <sys/param.h>
#include <sys/stat.h>
#include <sys/types.h>