diff options
Diffstat (limited to 'elf/globalmod1.c')
-rw-r--r-- | elf/globalmod1.c | 2 |
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) { |