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
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-04-17 14:24:44 +0400
committerTon Roosendaal <ton@blender.org>2009-04-17 14:24:44 +0400
commit1dd980768d6f8c808e88251572a6bc503a2b905e (patch)
tree1314d56e00d93561a039da1c5d839d8926eb6809 /source/gameengine/GameLogic/Joystick
parentaed9f92734b043ac686ffc10c3374b4cd5ce3153 (diff)
Missing <stdlib.h> for abs() made this file not compile for me.
Diffstat (limited to 'source/gameengine/GameLogic/Joystick')
-rw-r--r--source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp b/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp
index eaffd483d70..c300baa9bd4 100644
--- a/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp
+++ b/source/gameengine/GameLogic/Joystick/SCA_Joystick.cpp
@@ -29,6 +29,7 @@
#endif
#include <stdio.h>
+#include <stdlib.h>
#include "SCA_Joystick.h"
#include "SCA_JoystickPrivate.h"