avformat/os_support: Include stdint.h for int64_t

Fixes checkheaders for Windows targets.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/388/head
Andreas Rheinhardt 2 years ago
parent 85655bd9da
commit d09dacc197
  1. 1
      libavformat/os_support.h

@ -42,6 +42,7 @@
#ifdef _WIN32
# include <fcntl.h>
# include <stdint.h>
# ifdef lseek
# undef lseek
# endif

Loading…
Cancel
Save