Fixes checkheaders for Windows targets. Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> --- libavformat/os_support.h | 1 + 1 file changed, 1 insertion(+)
diff --git a/libavformat/os_support.h b/libavformat/os_support.h index b419efa408..f2ff38e23b 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -42,6 +42,7 @@ #ifdef _WIN32 # include <fcntl.h> +# include <stdint.h> # ifdef lseek # undef lseek # endif -- 2.34.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".