summaryrefslogtreecommitdiffstats
path: root/main/fix-emscripten.patch
blob: 4534c2160485b1284677a0639cb3e5ebe24e42c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/movement/shell.c b/movement/shell.c
index 8f146e5..6168f89 100644
--- a/movement/shell.c
+++ b/movement/shell.c
@@ -33,6 +33,7 @@
 
 #if __EMSCRIPTEN__
 #include <emscripten.h>
+#include <stdlib.h>
 #endif
 
 #include "watch.h"