diff options
Diffstat (limited to 'elf/testobj1_1.c')
-rw-r--r-- | elf/testobj1_1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/testobj1_1.c b/elf/testobj1_1.c index a146067872..2541a5ad1b 100644 --- a/elf/testobj1_1.c +++ b/elf/testobj1_1.c @@ -1,4 +1,4 @@ -extern int obj1func2 (int); +#include "testobj.h" int obj1func1 (int a) |