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