avcodec/ac3dsp: add missing stddef.h include

Should fix make checkheaders

Signed-off-by: James Almer <jamrial@gmail.com>
release/7.0
James Almer 1 year ago
parent a30adf9f96
commit 6d19611251
  1. 1
      libavcodec/ac3dsp.h

@ -22,6 +22,7 @@
#ifndef AVCODEC_AC3DSP_H
#define AVCODEC_AC3DSP_H
#include <stddef.h>
#include <stdint.h>
/**

Loading…
Cancel
Save