diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-24 19:56:19 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-24 19:56:19 +0000 |
commit | af8bf6bd492830cfa5fbe9ae7d25fe0734ca207a (patch) | |
tree | b342b776a7eef64d8451b4863755a0417de9aebd /elf/rtld.c | |
parent | c35eb5b0c9e6af4c209fd42550413c2612059eb6 (diff) | |
download | glibc-af8bf6bd492830cfa5fbe9ae7d25fe0734ca207a.tar.gz glibc-af8bf6bd492830cfa5fbe9ae7d25fe0734ca207a.tar.xz glibc-af8bf6bd492830cfa5fbe9ae7d25fe0734ca207a.zip |
Update.
* elf/rtld.c: Include <sys/param.h>. * elf/dl-reloc.c: Likewise.
Diffstat (limited to 'elf/rtld.c')
-rw-r--r-- | elf/rtld.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/rtld.c b/elf/rtld.c index 1df74df662..c46f2d1a13 100644 --- a/elf/rtld.c +++ b/elf/rtld.c @@ -22,6 +22,7 @@ #include <string.h> #include <unistd.h> #include <sys/mman.h> /* Check if MAP_ANON is defined. */ +#include <sys/param.h> #include <sys/stat.h> #include <ldsodefs.h> #include <stdio-common/_itoa.h> |