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

This commit is contained in:
Ton Roosendaal 2009-04-17 10:24:44 +00:00
parent aed9f92734
commit 1dd980768d

@ -29,6 +29,7 @@
#endif
#include <stdio.h>
#include <stdlib.h>
#include "SCA_Joystick.h"
#include "SCA_JoystickPrivate.h"