@@ -38,7 +38,6 @@ extern int vrmlyyparse();
extern void vrmlyyResetLineNumber();
extern int vrmlyydebug;
extern int vrmlyy_flex_debug;
-extern FILE *vrmlyyin;
extern VrmlScene *parsed_scene;
@@ -18,6 +18,9 @@
#include "notify.h"
#include "indent.h"
+#include <stdio.h> // for sprintf()
+
//
// Static list of node types.
@@ -45,7 +45,9 @@
#include "vrmlNode.h"
#include "plist.h"
#include <stack>
//#define YYDEBUG 1