From 85cd114e545634fb8c37cd6c6e52c3c8688ef660 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Jun 2014 12:26:32 +0200 Subject: tv: add missing header for clock_gettime Not sure how this symbol becomes visible in glibc (probably accidental or mandatory recursive inclusion via the other standard or Linux- specific headers), but normally this include file is needed to get the symbol. --- stream/tvi_v4l2.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stream') diff --git a/stream/tvi_v4l2.c b/stream/tvi_v4l2.c index d34ad0df33..dfde2eb282 100644 --- a/stream/tvi_v4l2.c +++ b/stream/tvi_v4l2.c @@ -40,6 +40,7 @@ known issues: #include #include #include +#include #include #include #include -- cgit v1.2.3