summaryrefslogtreecommitdiff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-21 15:31:50 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-21 15:31:50 +0000
commit2fdaad97bed9e099f09b5268edb1783254435e9d (patch)
tree8e58cd888e6b467519c764e49af8367e3f3f15af /elf
parentf9b2d293f03b3e0dcf2908cbc80e3be19920ab55 (diff)
* elf/readlib.c: Fix include of readelflib.c.
Diffstat (limited to 'elf')
-rw-r--r--elf/readlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/readlib.c b/elf/readlib.c
index 65c8e9d65d..8df63a44a3 100644
--- a/elf/readlib.c
+++ b/elf/readlib.c
@@ -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>