diff options
Diffstat (limited to 'elf/testobj4.c')
-rw-r--r-- | elf/testobj4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/testobj4.c b/elf/testobj4.c index a354f76a31..2729ba32be 100644 --- a/elf/testobj4.c +++ b/elf/testobj4.c @@ -1,7 +1,7 @@ #include <dlfcn.h> #include <stdlib.h> -extern int foo (int); +#include "testobj.h" int obj4func1 (int a __attribute__ ((unused))) |