diff options
Diffstat (limited to 'libavformat/avio.h')
-rw-r--r-- | libavformat/avio.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avio.h b/libavformat/avio.h index 8e04545e28..8db657f282 100644 --- a/libavformat/avio.h +++ b/libavformat/avio.h @@ -21,6 +21,8 @@ #ifndef AVIO_H #define AVIO_H +#include <stdint.h> + /* output byte stream handling */ typedef int64_t offset_t; |