--- gforth/vmgen-ex/mini.l 2001/04/29 11:28:24 1.1 +++ gforth/vmgen-ex/mini.l 2002/06/02 17:02:56 1.2 @@ -21,6 +21,13 @@ /* %option yylineno (flex option, implied by flex -l) */ +%{ +#ifndef __GNUC__ +#include +char *strdup(const char *s); +#endif +%} + %% [-();,+*&|<=!] return yytext[0]; := return BECOMES;