diff options
Diffstat (limited to 'elf/constload2.c')
-rw-r--r-- | elf/constload2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/constload2.c b/elf/constload2.c index d20e6dcbb8..b665036c16 100644 --- a/elf/constload2.c +++ b/elf/constload2.c @@ -3,6 +3,8 @@ #include <stdlib.h> extern int bar (void); +extern int baz (void); +extern int foo (void); void *h; |