Commit 1feec476 authored by Diego Biurrun's avatar Diego Biurrun

Add missing header to fix 'make checkheaders'.

Originally committed as revision 19690 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 89fb9516
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
#ifndef AVCODEC_TWINVQ_DATA_H #ifndef AVCODEC_TWINVQ_DATA_H
#define AVCODEC_TWINVQ_DATA_H #define AVCODEC_TWINVQ_DATA_H
#include <stddef.h>
#include <stdint.h> #include <stdint.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