Skip to content
Snippets Groups Projects
Commit b3b46cd7 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

bktr: add missing #include for av_gettime()


Signed-off-by: default avatarPaul B Mahol <onemda@gmail.com>
parent 5753e349
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,7 @@
#include "libavutil/log.h"
#include "libavutil/opt.h"
#include "libavutil/parseutils.h"
#include "libavutil/time.h"
#if HAVE_DEV_BKTR_IOCTL_METEOR_H && HAVE_DEV_BKTR_IOCTL_BT848_H
# include <dev/bktr/ioctl_meteor.h>
# include <dev/bktr/ioctl_bt848.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment