about summary refs log tree commit diff
path: root/elf/testobj5.c
diff options
context:
space:
mode:
Diffstat (limited to 'elf/testobj5.c')
-rw-r--r--elf/testobj5.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/elf/testobj5.c b/elf/testobj5.c
index af36aa9b1d..9675cad88d 100644
--- a/elf/testobj5.c
+++ b/elf/testobj5.c
@@ -1,7 +1,8 @@
 #include <dlfcn.h>
 #include <stdlib.h>
 
-extern int foo (int);
+#include "testobj.h"
+
 
 int
 obj5func1 (int a __attribute__ ((unused)))