diff --git a/src/lib/ffmpeg/Buffer.hxx b/src/lib/ffmpeg/Buffer.hxx index eab1be8ce..50a702f59 100644 --- a/src/lib/ffmpeg/Buffer.hxx +++ b/src/lib/ffmpeg/Buffer.hxx @@ -21,11 +21,10 @@ #define MPD_FFMPEG_BUFFER_HXX extern "C" { -#include +#include #if LIBAVUTIL_VERSION_INT >= AV_VERSION_INT(52, 18, 0) #define HAVE_AV_FAST_MALLOC -#include #else #include #if LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(52, 25, 0)