avcodec/cabac_functions, x86/cabac: Include stddef.h

Fixes checkheaders after 8c01eb0a31.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
Andreas Rheinhardt 2021-02-03 22:47:41 +01:00
parent a44c42dc31
commit 4f3d8cb554
2 changed files with 3 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#ifndef AVCODEC_CABAC_FUNCTIONS_H
#define AVCODEC_CABAC_FUNCTIONS_H
#include <stddef.h>
#include <stdint.h>
#include "cabac.h"

View File

@ -21,6 +21,8 @@
#ifndef AVCODEC_X86_CABAC_H
#define AVCODEC_X86_CABAC_H
#include <stddef.h>
#include "libavcodec/cabac.h"
#include "libavutil/attributes.h"
#include "libavutil/macros.h"