diff options
author | James McKenzie <james.mckenzie@hp.com> | 2024-04-08 02:53:44 +0100 |
---|---|---|
committer | James McKenzie <james.mckenzie@hp.com> | 2024-04-08 02:53:44 +0100 |
commit | 70fa5961a87c57ecaf862dd485158d09d9bb69cd (patch) | |
tree | cd493d3d0bd24b4c2513f275309182d3d8d086ab /main/fix-emscripten.patch | |
parent | cbbc273360db37849eff7258cb27998f3e217445 (diff) | |
download | Sensor-Watch-pq-70fa5961a87c57ecaf862dd485158d09d9bb69cd.tar.gz Sensor-Watch-pq-70fa5961a87c57ecaf862dd485158d09d9bb69cd.tar.bz2 Sensor-Watch-pq-70fa5961a87c57ecaf862dd485158d09d9bb69cd.zip |
fix day-night
Diffstat (limited to 'main/fix-emscripten.patch')
-rw-r--r-- | main/fix-emscripten.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/fix-emscripten.patch b/main/fix-emscripten.patch new file mode 100644 index 0000000..4534c21 --- /dev/null +++ b/main/fix-emscripten.patch @@ -0,0 +1,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" |