mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
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:
parent
fdf8fbca45
commit
880433de13
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user