Add missing #include for MIN use in dl-sysdep.c.

This commit is contained in:
Roland McGrath 2014-07-02 11:10:08 -07:00
parent d4eb8195e5
commit fe5f34e470
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2014-07-02 Roland McGrath <roland@hack.frob.com>
* sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
2014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
* intl/loadmsgcat.c: Remove declaration of

View File

@ -22,6 +22,7 @@
#include <string.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/param.h>
#include <sys/utsname.h>
#include <ldsodefs.h>