Browse Source

Fixed implicit function declaration in test program.

Philipp Wiesemann 10 years ago
parent
commit
5715097a0c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/testgesture.c

+ 1 - 0
test/testgesture.c

@@ -16,6 +16,7 @@
  */
 
 #include "SDL.h"
+#include <stdlib.h> /* for exit() */
 
 #ifdef __EMSCRIPTEN__
 #include <emscripten/emscripten.h>