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:
Carlos O'Donell 2022-06-02 10:59:14 -04:00
parent 1002f1af1c
commit 62c888b337
1 changed files with 1 additions and 0 deletions

View File

@ -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)