* elf/ldconfig.c: Include elf.h.
This commit is contained in:
Andreas Jaeger 2000-05-10 09:32:42 +00:00
parent a8571d373c
commit 9c95d361a2
2 changed files with 3 additions and 0 deletions

View file

@ -1,5 +1,7 @@
2000-05-09 Jakub Jelinek <jakub@redhat.com> 2000-05-09 Jakub Jelinek <jakub@redhat.com>
* elf/ldconfig.c: Include elf.h.
* elf/dl-sym.c (_dl_sym): Test ref not result for non-zero. * elf/dl-sym.c (_dl_sym): Test ref not result for non-zero.
(_dl_vsym): Likewise. (_dl_vsym): Likewise.
Reported by Owen Taylor <otaylor@redhat.com>. Reported by Owen Taylor <otaylor@redhat.com>.

View file

@ -19,6 +19,7 @@
#include <argp.h> #include <argp.h>
#include <dirent.h> #include <dirent.h>
#include <elf.h>
#include <error.h> #include <error.h>
#include <errno.h> #include <errno.h>
#include <libintl.h> #include <libintl.h>