Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2008-03-22 13:53:35 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-03-22 13:53:35 +0300
commita7ee2674db4536f279a344b06070cfb214d2426b (patch)
tree93cc0573947d804339a93ed14fe2d92a582f3a5b /intern
parent126ab7974d304804971c32c2df534b726cd89835 (diff)
added stdio.h includes, gcc-4.3 is picky
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_NDOFManager.cpp1
-rw-r--r--intern/ghost/intern/GHOST_System.cpp1
2 files changed, 2 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_NDOFManager.cpp b/intern/ghost/intern/GHOST_NDOFManager.cpp
index 5254952f03c..6f3876c1d96 100644
--- a/intern/ghost/intern/GHOST_NDOFManager.cpp
+++ b/intern/ghost/intern/GHOST_NDOFManager.cpp
@@ -20,6 +20,7 @@
* ***** END GPL LICENSE BLOCK *****
*/
+#include <stdio.h> /* just for printf */
#include "GHOST_NDOFManager.h"
diff --git a/intern/ghost/intern/GHOST_System.cpp b/intern/ghost/intern/GHOST_System.cpp
index a083dfd88d6..b0095a6a5a7 100644
--- a/intern/ghost/intern/GHOST_System.cpp
+++ b/intern/ghost/intern/GHOST_System.cpp
@@ -44,6 +44,7 @@
#include "GHOST_System.h"
#include <time.h>
+#include <stdio.h> /* just for printf */
#include "GHOST_DisplayManager.h"
#include "GHOST_EventManager.h"