summary refs log tree commit diff
path: root/dlfcn/defaultmod1.c
diff options
context:
space:
mode:
Diffstat (limited to 'dlfcn/defaultmod1.c')
-rw-r--r--dlfcn/defaultmod1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dlfcn/defaultmod1.c b/dlfcn/defaultmod1.c
index 2c26e389bc..9f330b7f29 100644
--- a/dlfcn/defaultmod1.c
+++ b/dlfcn/defaultmod1.c
@@ -1,6 +1,7 @@
 #include <dlfcn.h>
 #include <stdio.h>
 
+extern int found_in_mod1 (void);
 int
 found_in_mod1 (void)
 {
@@ -8,6 +9,7 @@ found_in_mod1 (void)
 }
 
 
+extern int test_in_mod1 (void *mainp);
 int
 test_in_mod1 (void *mainp)
 {