From fdaacc5932a813c1974e4bd61b5b499b070a610a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20Storsj=C3=B6?= <martin@martin.st>
Date: Sun, 24 Mar 2013 12:11:58 +0200
Subject: [PATCH] sndio_dec: Add missing includes for av_gettime()
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

This is necessary after the old av_gettime in libavformat was
dropped.

Signed-off-by: Martin Storsjö <martin@martin.st>
---
 libavdevice/sndio_dec.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavdevice/sndio_dec.c b/libavdevice/sndio_dec.c
index a29a088c418..58caaa1f447 100644
--- a/libavdevice/sndio_dec.c
+++ b/libavdevice/sndio_dec.c
@@ -25,6 +25,7 @@
 #include "libavformat/avformat.h"
 #include "libavformat/internal.h"
 #include "libavutil/opt.h"
+#include "libavutil/time.h"
 
 #include "sndio_common.h"
 
-- 
GitLab