diff options
Diffstat (limited to 'elf/ltglobmod2.c')
-rw-r--r-- | elf/ltglobmod2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/ltglobmod2.c b/elf/ltglobmod2.c index bc1cd27c40..33f14cc980 100644 --- a/elf/ltglobmod2.c +++ b/elf/ltglobmod2.c @@ -3,6 +3,7 @@ #include <stdlib.h> extern int bar (void); +extern int foo (void); int foo (void) |