[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17007] trunk/blender/source/gameengine/ GameLogic/Joystick/SCA_Joystick.cpp: Missing include, apparently only scons+mingw suffers this, strange.

Ton Roosendaal ton at blender.org
Fri Oct 10 16:22:56 CEST 2008


Revision: 17007
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17007
Author:   ton
Date:     2008-10-10 16:22:54 +0200 (Fri, 10 Oct 2008)

Log Message:
-----------
Missing include, apparently only scons+mingw suffers this, strange.

Modified Paths:
--------------
    trunk/blender/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp

Modified: trunk/blender/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp
===================================================================
--- trunk/blender/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp	2008-10-10 13:36:05 UTC (rev 17006)
+++ trunk/blender/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp	2008-10-10 14:22:54 UTC (rev 17007)
@@ -28,6 +28,8 @@
 #include <SDL.h>
 #endif
 
+#include <stdio.h>
+
 #include "SCA_Joystick.h"
 #include "SCA_JoystickPrivate.h"
 





More information about the Bf-blender-cvs mailing list