add stdio.h

This commit is contained in:
David Rose 2004-10-27 13:03:12 +00:00
parent fb24918dd6
commit 82abe508ae
3 changed files with 5 additions and 1 deletions

View File

@ -38,7 +38,6 @@ extern int vrmlyyparse();
extern void vrmlyyResetLineNumber(); extern void vrmlyyResetLineNumber();
extern int vrmlyydebug; extern int vrmlyydebug;
extern int vrmlyy_flex_debug; extern int vrmlyy_flex_debug;
extern FILE *vrmlyyin;
extern VrmlScene *parsed_scene; extern VrmlScene *parsed_scene;

View File

@ -18,6 +18,9 @@
#include "notify.h" #include "notify.h"
#include "indent.h" #include "indent.h"
#include <stdio.h> // for sprintf()
// //
// Static list of node types. // Static list of node types.
// //

View File

@ -45,7 +45,9 @@
#include "vrmlNode.h" #include "vrmlNode.h"
#include "notify.h" #include "notify.h"
#include "plist.h" #include "plist.h"
#include <stack> #include <stack>
#include <stdio.h> // for sprintf()
//#define YYDEBUG 1 //#define YYDEBUG 1