mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Add missing #include for MIN use in dl-sysdep.c.
This commit is contained in:
parent
d4eb8195e5
commit
fe5f34e470
@ -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
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include <string.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/utsname.h>
|
||||
#include <ldsodefs.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user