Index: compilers/imcc/main.c =================================================================== --- compilers/imcc/main.c (revision 13307) +++ compilers/imcc/main.c (working copy) @@ -477,7 +477,7 @@ } } -extern void imcc_init(Parrot_Interp interp); +PARROT_API extern void imcc_init(Parrot_Interp interp); int main(int argc, char * argv[])