diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-02-24 13:18:57 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2020-11-20 15:20:24 +0100 |
commit | 800feae5d65ef07910857e0417b63bd6e1d15288 (patch) | |
tree | ae6e7f080c41e79d7fa78a450c5267807bda839b /libavutil/hash.h | |
parent | e1c4a3ea7d2830a2e6c1e5212066c7995fffbdf2 (diff) | |
download | ffmpeg-800feae5d65ef07910857e0417b63bd6e1d15288.tar.gz |
lavu: add missing stddef.h includes for size_t.
Diffstat (limited to 'libavutil/hash.h')
-rw-r--r-- | libavutil/hash.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/hash.h b/libavutil/hash.h index 7693e6bf0d..af4719e423 100644 --- a/libavutil/hash.h +++ b/libavutil/hash.h @@ -27,6 +27,7 @@ #ifndef AVUTIL_HASH_H #define AVUTIL_HASH_H +#include <stddef.h> #include <stdint.h> #include "version.h" |