On Mon, Mar 04, 2024 at 09:10:49PM +0100, Andreas Rheinhardt wrote: > Matthieu Bouron: > > --- > > libavcodec/ffjni.h | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/libavcodec/ffjni.h b/libavcodec/ffjni.h > > index 6027bac0ab..d5894609ed 100644 > > --- a/libavcodec/ffjni.h > > +++ b/libavcodec/ffjni.h > > @@ -24,6 +24,7 @@ > > #define AVCODEC_FFJNI_H > > > > #include > > +#include > > > > stddef.h is the "cheaper" header for size_t. New patch attached.