From c8a8f05e786631446beefc3fe4b270b6c897e3ec Mon Sep 17 00:00:00 2001 From: Yegor Timoshenko Date: Sun, 17 Sep 2017 18:55:39 +0000 Subject: [PATCH] Add missing headers --- src/video/ffmpeg.c | 1 + src/video/ffmpeg_vaapi.h | 1 + src/video/x11.c | 2 ++ 3 files changed, 4 insertions(+) diff --git a/src/video/ffmpeg.c b/src/video/ffmpeg.c index ad8311c..40a4956 100644 --- a/src/video/ffmpeg.c +++ b/src/video/ffmpeg.c @@ -27,6 +27,7 @@ #endif #include +#include #include #include diff --git a/src/video/ffmpeg_vaapi.h b/src/video/ffmpeg_vaapi.h index bb6de04..f87fcd7 100644 --- a/src/video/ffmpeg_vaapi.h +++ b/src/video/ffmpeg_vaapi.h @@ -18,6 +18,7 @@ */ #include +#include int vaapi_init_lib(); int vaapi_init(AVCodecContext* decoder_ctx); diff --git a/src/video/x11.c b/src/video/x11.c index 5309b3d..8b60cd7 100644 --- a/src/video/x11.c +++ b/src/video/x11.c @@ -34,6 +34,8 @@ #include #include +#include +#include #include #include #include