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

Fixes checkheaders after 8c01eb0a31.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
pull/371/head
Andreas Rheinhardt 4 years ago
parent a44c42dc31
commit 4f3d8cb554
  1. 1
      libavcodec/cabac_functions.h
  2. 2
      libavcodec/x86/cabac.h

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

@ -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"

Loading…
Cancel
Save