diff options
Diffstat (limited to 'libavutil/md5.h')
-rw-r--r-- | libavutil/md5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/md5.h b/libavutil/md5.h index 8d1b4b5fe7..fa83b1cdfe 100644 --- a/libavutil/md5.h +++ b/libavutil/md5.h @@ -21,6 +21,8 @@ #ifndef MD5_H #define MD5_H +#include <stdint.h> + extern const int av_md5_size; struct AVMD5; |