about summary refs log tree commit diff
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, 1 insertions, 1 deletions
diff --git a/elf/testobj2.c b/elf/testobj2.c
index b9c2ca8fcc..6514c56393 100644
--- a/elf/testobj2.c
+++ b/elf/testobj2.c
@@ -1,7 +1,7 @@
 #include <dlfcn.h>
 #include <stdlib.h>
 
-extern int obj1func1 (int);
+#include "testobj.h"
 
 int
 obj2func1 (int a __attribute__ ((unused)))