mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
elf: Add #include <sys/param.h> for MAX usage.
In _dl_audit_pltenter we use MAX and so need to include param.h. Tested on x86_64 and i686 without regression.
This commit is contained in:
parent
1002f1af1c
commit
62c888b337
@ -22,6 +22,7 @@
|
||||
#include <dl-machine.h>
|
||||
#include <dl-runtime.h>
|
||||
#include <dl-fixup-attribute.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
void
|
||||
_dl_audit_activity_map (struct link_map *l, int action)
|
||||
|
Loading…
Reference in New Issue
Block a user