diff options
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 */ |