diff options
Diffstat (limited to 'elf/testobj6.c')
-rw-r--r-- | elf/testobj6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/testobj6.c b/elf/testobj6.c index ab9c4b9325..fcba01631d 100644 --- a/elf/testobj6.c +++ b/elf/testobj6.c @@ -1,4 +1,4 @@ -extern int foo (int); +#include "testobj.h" int obj6func1 (int a __attribute__ ((unused))) |