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, 2 insertions, 0 deletions
diff --git a/elf/interp.c b/elf/interp.c
index 49c92f59dc..a2492bffba 100644
--- a/elf/interp.c
+++ b/elf/interp.c
@@ -16,5 +16,7 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+#include <elf/runtime-linker.h>
+
 const char __invoke_dynamic_linker__[] __attribute__ ((section (".interp")))
   = RUNTIME_LINKER;