Emscripten: build fix for testoverlay2.c

David Ludwig 2020-01-13 11:46:17 -05:00
parent 3ce56f621c
commit acbf25935e
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@
* *
********************************************************************************/
#include <stdlib.h>
#ifdef __EMSCRIPTEN__
#include <emscripten/emscripten.h>
#endif