about summary refs log tree commit diff
path: root/elf/multiload.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/multiload.c')
-rw-r--r--elf/multiload.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/multiload.c b/elf/multiload.c
index 3727d97f6a..e85cc96589 100644
--- a/elf/multiload.c
+++ b/elf/multiload.c
@@ -97,6 +97,7 @@ main (void)
   return 0;
 }
 
+extern int foo (int a);
 int
 foo (int a)
 {