* elf/rtld.c: Include <dl-osinfo.h>.

This commit is contained in:
Ulrich Drepper 2005-05-22 23:03:25 +00:00
parent 34e4fda3f9
commit 2f4db0dfc8
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-05-22 Andreas Schwab <schwab@suse.de>
* elf/rtld.c: Include <dl-osinfo.h>.
2005-05-17 Alan Modra <amodra@bigpond.net.au>
* sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use

View File

@ -37,6 +37,7 @@
#include "dl-librecon.h"
#include <unsecvars.h>
#include <dl-cache.h>
#include <dl-osinfo.h>
#include <dl-procinfo.h>
#include <tls.h>