From 5081012eb88b061f77b319f9121d0670da99af54 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Thu, 5 Feb 2015 23:27:34 -0800 Subject: [PATCH] audioconvert: Add missing include for FF_API_AUDIO_CONVERT Fixes warning in `make checkheaders`. Signed-off-by: Michael Niedermayer --- libavcodec/audioconvert.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/audioconvert.h b/libavcodec/audioconvert.h index 556ab31058..996c3f37ad 100644 --- a/libavcodec/audioconvert.h +++ b/libavcodec/audioconvert.h @@ -23,6 +23,8 @@ #ifndef AVCODEC_AUDIOCONVERT_H #define AVCODEC_AUDIOCONVERT_H +#include "version.h" + /** * @file * Audio format conversion routines