Commit d09dacc1 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avformat/os_support: Include stdint.h for int64_t

Fixes checkheaders for Windows targets.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 85655bd9
......@@ -42,6 +42,7 @@
#ifdef _WIN32
# include <fcntl.h>
# include <stdint.h>
# ifdef lseek
# undef lseek
# endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment