aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-12-01 12:42:22 -0300
committerJames Almer <jamrial@gmail.com>2023-12-01 12:42:22 -0300
commit6d196112516f5298f263eeb29a8a1626b6e090d4 (patch)
tree2397554230eee7432cc58f07574ecd02e438d703
parenta30adf9f96254f4870066c98a6dbf13fc74515a3 (diff)
downloadffmpeg-6d196112516f5298f263eeb29a8a1626b6e090d4.tar.gz
avcodec/ac3dsp: add missing stddef.h include
Should fix make checkheaders Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r--libavcodec/ac3dsp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/ac3dsp.h b/libavcodec/ac3dsp.h
index ec2f598451..ae33b361a9 100644
--- a/libavcodec/ac3dsp.h
+++ b/libavcodec/ac3dsp.h
@@ -22,6 +22,7 @@
#ifndef AVCODEC_AC3DSP_H
#define AVCODEC_AC3DSP_H
+#include <stddef.h>
#include <stdint.h>
/**