Commit 3aabfaa3 authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Fix make checkheaders for vp9 header files.

parent f4e85afd
...@@ -22,6 +22,8 @@ ...@@ -22,6 +22,8 @@
#ifndef AVCODEC_VP9DATA_H #ifndef AVCODEC_VP9DATA_H
#define AVCODEC_VP9DATA_H #define AVCODEC_VP9DATA_H
#include <stdint.h>
#include "vp9.h" #include "vp9.h"
enum BlockPartition { enum BlockPartition {
......
...@@ -24,6 +24,7 @@ ...@@ -24,6 +24,7 @@
#ifndef AVCODEC_VP9DSP_H #ifndef AVCODEC_VP9DSP_H
#define AVCODEC_VP9DSP_H #define AVCODEC_VP9DSP_H
#include <stddef.h>
#include <stdint.h> #include <stdint.h>
#include "vp9.h" #include "vp9.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment