summaryrefslogtreecommitdiff
path: root/elf/testobj2.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/testobj2.c')
-rw-r--r--elf/testobj2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/testobj2.c b/elf/testobj2.c
index dc34ecb323..b9c2ca8fcc 100644
--- a/elf/testobj2.c
+++ b/elf/testobj2.c
@@ -1,6 +1,8 @@
#include <dlfcn.h>
#include <stdlib.h>
+extern int obj1func1 (int);
+
int
obj2func1 (int a __attribute__ ((unused)))
{