X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fseek.c;h=6c4286bb8e6727ea812fb5d6c14204b57a7790f8;hb=2215c39e94e01f57b3191a29e0e51d7e230daf49;hp=71e2f8a6b44593ac98ec6f12674c2cfbb71342a6;hpb=2912e87a6c9264d556734e2bf94a99c64cf9b102;p=ffmpeg diff --git a/libavformat/seek.c b/libavformat/seek.c index 71e2f8a6b44..6c4286bb8e6 100644 --- a/libavformat/seek.c +++ b/libavformat/seek.c @@ -21,6 +21,7 @@ */ #include "seek.h" +#include "libavutil/mathematics.h" #include "libavutil/mem.h" #include "internal.h"