summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-01-24 14:14:20 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-01-24 14:14:20 +0000
commit682fc664ee45afb274c9c458c0386b897c881a4b (patch)
treede5721160552718d64eee2c78f31c0a0fc04c95e /globals.c
parent6f4183fe04888927cb36b966262c959c5166404b (diff)
downloadperl-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.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/globals.c b/globals.c
index 41dc924894..0782eba226 100644
--- a/globals.c
+++ b/globals.c
@@ -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 */