diff options
Diffstat (limited to 'libavutil/file.h')
-rw-r--r-- | libavutil/file.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/file.h b/libavutil/file.h index f3af9ef7e5..f637005d87 100644 --- a/libavutil/file.h +++ b/libavutil/file.h @@ -19,6 +19,8 @@ #ifndef AVUTIL_FILE_H #define AVUTIL_FILE_H +#include <stdint.h> + #include "avutil.h" /** |