diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | sysdeps/unix/sysv/linux/dl-sysdep.c | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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 diff --git a/sysdeps/unix/sysv/linux/dl-sysdep.c b/sysdeps/unix/sysv/linux/dl-sysdep.c index 27b09ddc65..f86879e6a2 100644 --- a/sysdeps/unix/sysv/linux/dl-sysdep.c +++ b/sysdeps/unix/sysv/linux/dl-sysdep.c @@ -22,6 +22,7 @@ #include <string.h> #include <fcntl.h> #include <unistd.h> +#include <sys/param.h> #include <sys/utsname.h> #include <ldsodefs.h> |
