diff --git a/libavformat/seek.c b/libavformat/seek.c index 685cbbfe14..a2e09a2fd4 100644 --- a/libavformat/seek.c +++ b/libavformat/seek.c @@ -22,6 +22,7 @@ #include "seek.h" #include "libavutil/mem.h" +#include "internal.h" // NOTE: implementation should be moved here in another patch, to keep patches // separated.