X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=globals.c;h=0782eba226f69ebbef5875817815c6c643947dde;hb=3399f0414ad939f7d0381e4fc7351f342abe2de6;hp=41dc924894c71564abe7f3a8011c347a43dfcaac;hpb=12a98ad5c89fb8cd6cec9de80136f28ee2c769ff;p=p5sagit%2Fp5-mst-13.2.git diff --git a/globals.c b/globals.c index 41dc924..0782eba 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 */