diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-04-24 15:33:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-04-24 15:33:23 +0000 |
commit | f8f7e09075d5f9b2b8aec8b757bd372aa8afa26c (patch) | |
tree | f564e0002971a6d6b1c67dbedc7c248c404d0d93 /elf | |
parent | 1aa63b9376c74c71995f605008fd6f332cd52aaf (diff) | |
download | glibc-f8f7e09075d5f9b2b8aec8b757bd372aa8afa26c.tar.gz glibc-f8f7e09075d5f9b2b8aec8b757bd372aa8afa26c.tar.xz glibc-f8f7e09075d5f9b2b8aec8b757bd372aa8afa26c.zip |
Update.
1998-04-24 Ulrich Drepper <drepper@cygnus.com> * elf/dl-load.c: Include sys/param.h for MAX.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-load.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-load.c b/elf/dl-load.c index 16534f4e1c..ce29e3c3d5 100644 --- a/elf/dl-load.c +++ b/elf/dl-load.c @@ -25,6 +25,7 @@ #include <unistd.h> #include <elf/ldsodefs.h> #include <sys/mman.h> +#include <sys/param.h> #include <sys/stat.h> #include <sys/types.h> #include "dynamic-link.h" |