diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-24 14:14:20 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-01-24 14:14:20 +0000 |
commit | 682fc664ee45afb274c9c458c0386b897c881a4b (patch) | |
tree | de5721160552718d64eee2c78f31c0a0fc04c95e /globals.c | |
parent | 6f4183fe04888927cb36b966262c959c5166404b (diff) | |
download | perl-682fc664ee45afb274c9c458c0386b897c881a4b.tar.gz |
force linkage of the function wrappers for globals in change#4878
p4raw-link: @4878 on //depot/perl: 6f4183fe04888927cb36b966262c959c5166404b
p4raw-id: //depot/perl@4879
Diffstat (limited to 'globals.c')
-rw-r--r-- | globals.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -78,3 +78,5 @@ Perl_fprintf_nocontext(PerlIO *stream, const char *format, ...) va_start(arglist, format); return PerlIO_vprintf(stream, format, arglist); } + +#include "perlapi.h" /* bring in PL_force_link_funcs */ |