added stdio.h includes, gcc-4.3 is picky

This commit is contained in:
Campbell Barton 2008-03-22 10:53:35 +00:00
parent 126ab7974d
commit a7ee2674db
2 changed files with 2 additions and 0 deletions

@ -20,6 +20,7 @@
* ***** END GPL LICENSE BLOCK ***** * ***** END GPL LICENSE BLOCK *****
*/ */
#include <stdio.h> /* just for printf */
#include "GHOST_NDOFManager.h" #include "GHOST_NDOFManager.h"

@ -44,6 +44,7 @@
#include "GHOST_System.h" #include "GHOST_System.h"
#include <time.h> #include <time.h>
#include <stdio.h> /* just for printf */
#include "GHOST_DisplayManager.h" #include "GHOST_DisplayManager.h"
#include "GHOST_EventManager.h" #include "GHOST_EventManager.h"