Browse Source

Added include required for free.

Camilla Berglund 12 years ago
parent
commit
94e9b3adff
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/win32_joystick.c

+ 2 - 0
src/win32_joystick.c

@@ -30,6 +30,8 @@
 
 #include "internal.h"
 
+#include <stdlib.h>
+
 
 //////////////////////////////////////////////////////////////////////////
 //////                       GLFW internal API                      //////