Commit fdaacc59 authored by Martin Storsjö's avatar Martin Storsjö

sndio_dec: Add missing includes for av_gettime()

This is necessary after the old av_gettime in libavformat was
dropped.
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 285ff144
......@@ -25,6 +25,7 @@
#include "libavformat/avformat.h"
#include "libavformat/internal.h"
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include "sndio_common.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment