[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19769] trunk/blender/source/gameengine/ GameLogic/Joystick/SCA_Joystick.cpp: Missing <stdlib.h> for abs() made this file not compile for me.

Ton Roosendaal ton at blender.org
Fri Apr 17 12:24:44 CEST 2009


Revision: 19769
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19769
Author:   ton
Date:     2009-04-17 12:24:44 +0200 (Fri, 17 Apr 2009)

Log Message:
-----------
Missing <stdlib.h> for abs() made this file not compile for me.

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	2009-04-17 06:21:49 UTC (rev 19768)
+++ trunk/blender/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp	2009-04-17 10:24:44 UTC (rev 19769)
@@ -29,6 +29,7 @@
 #endif
 
 #include <stdio.h>
+#include <stdlib.h>
 
 #include "SCA_Joystick.h"
 #include "SCA_JoystickPrivate.h"





More information about the Bf-blender-cvs mailing list