* elf/readlib.c: Fix include of readelflib.c.

This commit is contained in:
Ulrich Drepper 2005-12-21 15:31:50 +00:00
parent f9b2d293f0
commit 2fdaad97be
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-12-21 Thorsten Kukuk <kukuk@suse.de>
* elf/readlib.c: Fix include of readelflib.c.
2005-12-21 Ulrich Drepper <drepper@redhat.com>
[BZ #1962]

View File

@ -178,4 +178,4 @@ process_file (const char *real_file_name, const char *file_name,
}
/* Get architecture specific version of process_elf_file. */
#include "readelflib.c"
#include <readelflib.c>