mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
add stdio.h
This commit is contained in:
parent
fb24918dd6
commit
82abe508ae
@ -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 "notify.h"
|
||||
#include "plist.h"
|
||||
|
||||
#include <stack>
|
||||
#include <stdio.h> // for sprintf()
|
||||
|
||||
//#define YYDEBUG 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user