mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-08 15:50:18 +00:00
avformat/os_support: Include stdint.h for int64_t
Fixes checkheaders for Windows targets. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
85655bd9da
commit
d09dacc197
@ -42,6 +42,7 @@
|
|||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
# include <fcntl.h>
|
# include <fcntl.h>
|
||||||
|
# include <stdint.h>
|
||||||
# ifdef lseek
|
# ifdef lseek
|
||||||
# undef lseek
|
# undef lseek
|
||||||
# endif
|
# endif
|
||||||
|
Loading…
Reference in New Issue
Block a user