Explorar el Código

Fixed implicit function declaration in test program.

Philipp Wiesemann hace 10 años
padre
commit
5715097a0c
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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>