Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-02-24 15:18:57 +0300
committerAnton Khirnov <anton@khirnov.net>2020-11-20 17:20:24 +0300
commit800feae5d65ef07910857e0417b63bd6e1d15288 (patch)
treeae6e7f080c41e79d7fa78a450c5267807bda839b /libavutil/hash.h
parente1c4a3ea7d2830a2e6c1e5212066c7995fffbdf2 (diff)
lavu: add missing stddef.h includes for size_t.
Diffstat (limited to 'libavutil/hash.h')
-rw-r--r--libavutil/hash.h1
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"