aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2023-07-05 10:24:45 -0700
committerPhilip Langdale <philipl@overt.org>2023-07-05 10:25:12 -0700
commit0e7fa8b3ca28c986503473043331029fa77f6317 (patch)
treef63cfaa6659082715f21c1895bbac2625728c5c2 /libavutil
parentd694c25b44c319eadfb8039fc917639314cadb08 (diff)
downloadffmpeg-0e7fa8b3ca28c986503473043331029fa77f6317.tar.gz
avutil/random_seed: include stddef.h
The new function uses size_t, which has to be defined.
Diffstat (limited to 'libavutil')
-rw-r--r--libavutil/random_seed.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/random_seed.h b/libavutil/random_seed.h
index e67e6e38c4..8a47be9679 100644
--- a/libavutil/random_seed.h
+++ b/libavutil/random_seed.h
@@ -21,6 +21,7 @@
#ifndef AVUTIL_RANDOM_SEED_H
#define AVUTIL_RANDOM_SEED_H
+#include <stddef.h>
#include <stdint.h>
/**
* @addtogroup lavu_crypto