about summary refs log tree commit diff
path: root/elf/interp.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/interp.c')
-rw-r--r--elf/interp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/interp.c b/elf/interp.c
index 5d4246a439..422ea95e9d 100644
--- a/elf/interp.c
+++ b/elf/interp.c
@@ -16,7 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
-#include <elf/runtime-linker.h>
+#include <runtime-linker.h>
 
 const char __invoke_dynamic_linker__[] __attribute__ ((section (".interp")))
   = RUNTIME_LINKER;