diff --git a/hw/xwin/winprefslex.l b/hw/xwin/winprefslex.l index 035204f293..40263814d4 100644 --- a/hw/xwin/winprefslex.l +++ b/hw/xwin/winprefslex.l @@ -38,6 +38,7 @@ #include "winprefsyacc.h" extern void ErrorF (const char* /*f*/, ...); +extern int parse_file(FILE * fp); /* Copy the parsed string, must be free()d in yacc parser */ static char *makestr(char *str)