diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-12-19 19:05:41 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-12-19 19:05:41 +0000 |
commit | 1f09da09fed864c91288ff91295114fa5202edaa (patch) | |
tree | 34245c0ec96f394eb4af0caad3c1050edc6757af /elf | |
parent | b51633c5723e311ffd59a2f5ec5759914ed9476b (diff) | |
download | glibc-1f09da09fed864c91288ff91295114fa5202edaa.tar glibc-1f09da09fed864c91288ff91295114fa5202edaa.tar.gz glibc-1f09da09fed864c91288ff91295114fa5202edaa.tar.bz2 glibc-1f09da09fed864c91288ff91295114fa5202edaa.zip |
Updated to fedora-glibc-20061219T1804cvs/fedora-glibc-2_5_90-14
Diffstat (limited to 'elf')
-rw-r--r-- | elf/dl-support.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/dl-support.c b/elf/dl-support.c index fe8c68c9e4..c1cfc0df41 100644 --- a/elf/dl-support.c +++ b/elf/dl-support.c @@ -29,6 +29,7 @@ #include <bits/libc-lock.h> #include <dl-cache.h> #include <dl-librecon.h> +#include <dl-procinfo.h> #include <unsecvars.h> #include <hp-timing.h> |