about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
Diffstat (limited to 'elf')
-rw-r--r--elf/globalmod1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/globalmod1.c b/elf/globalmod1.c
index 778a558746..3f80822269 100644
--- a/elf/globalmod1.c
+++ b/elf/globalmod1.c
@@ -1,6 +1,8 @@
 #include <dlfcn.h>
 #include <stdio.h>
 
+extern int test (void);
+
 int
 test (void)
 {