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.
Loading
Please register or sign in to comment
In _dl_audit_pltenter we use MAX and so need to include param.h. Tested on x86_64 and i686 without regression.