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