]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - elf/interp.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / elf / interp.c
index 5d4246a439705c3b6b41ee0cc96f5cea055e6378..9448802a8be81a0bf48d1a23c42f247bae7f8efd 100644 (file)
@@ -1,5 +1,5 @@
 /* interp - add information about dynamic loader to shared library objects.
-   Copyright (C) 1996-2015 Free Software Foundation, Inc.
+   Copyright (C) 1996-2016 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -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;