From c7ce03d826e9c7914876333f4ca1445394bd22fd Mon Sep 17 00:00:00 2001 From: James Almer Date: Fri, 24 Jun 2022 22:59:03 -0300 Subject: avformat/http: include version.h This is needed to get LIBAVFORMAT_VERSION, used as part of the user agent. Fixes a recent regression. Reviewed-by: Andreas Rheinhardt Signed-off-by: James Almer --- libavformat/http.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat') diff --git a/libavformat/http.c b/libavformat/http.c index f80ea7bf35..c5c48c7900 100644 --- a/libavformat/http.c +++ b/libavformat/http.c @@ -41,6 +41,7 @@ #include "network.h" #include "os_support.h" #include "url.h" +#include "version.h" /* XXX: POST protocol is not completely implemented because ffmpeg uses * only a subset of it. */ -- cgit v1.2.3