The emscripten build is sensitive to this (I think it uses musl libc). Signed-off-by: Ilia Mirkin <imirkin@xxxxxxxxxxxx> --- parse-base-block.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/parse-base-block.cpp b/parse-base-block.cpp index 714eca1..c3aecdf 100644 --- a/parse-base-block.cpp +++ b/parse-base-block.cpp @@ -11,6 +11,7 @@ #include <stdlib.h> #include <string.h> #include <math.h> +#include <time.h> #include "edid-decode.h" -- 2.24.1