diff options
Diffstat (limited to 'elf/constload3.c')
-rw-r--r-- | elf/constload3.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/constload3.c b/elf/constload3.c index c9f94b86ee..9c37620bba 100644 --- a/elf/constload3.c +++ b/elf/constload3.c @@ -1,4 +1,5 @@ extern int baz (void); +extern int bar (void); int bar (void) |