Code

powerdns plugin: fix parsing of last key
[collectd.git] / src / liboconfig / parser.y
index d91df8c7acb0c7fe2b4e10ddd639b5cb7d101436..f0e886cc1a1e28ab5f1c277eb830c54896410d59 100644 (file)
@@ -36,6 +36,7 @@ static int yyerror (const char *s);
 /* Lexer variables */
 extern int yylineno;
 extern char *yytext;
+extern int yylex (void);
 
 extern oconfig_item_t *ci_root;
 extern char           *c_file;