aboutsummaryrefslogtreecommitdiff
path: root/elf/globalmod1.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/globalmod1.c')
-rw-r--r--elf/globalmod1.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/globalmod1.c b/elf/globalmod1.c
index 778a558..3f80822 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)
{