mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-24 07:50:11 +01:00
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:
@@ -27,6 +27,7 @@
|
||||
#ifndef AVCODEC_CABAC_FUNCTIONS_H
|
||||
#define AVCODEC_CABAC_FUNCTIONS_H
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "cabac.h"
|
||||
|
||||
Reference in New Issue
Block a user