linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] edid-decode: add missing time.h include
@ 2020-02-08 21:49 Ilia Mirkin
  0 siblings, 0 replies; only message in thread
From: Ilia Mirkin @ 2020-02-08 21:49 UTC (permalink / raw)
  To: linux-media, hverkuil-cisco; +Cc: Ilia Mirkin

The emscripten build is sensitive to this (I think it uses musl libc).

Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
---
 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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-08 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-08 21:49 [PATCH] edid-decode: add missing time.h include Ilia Mirkin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).