Merge branch 'collectd-5.4' into collectd-5.5
[collectd.git] / src / liboconfig / oconfig.c
index bf21b90..f422f5a 100644 (file)
@@ -33,6 +33,7 @@
 #include "oconfig.h"
 
 extern FILE *yyin;
+extern int yyparse (void);
 
 oconfig_item_t *ci_root;
 const char     *c_file;