Commit 175da7da authored by Diego Biurrun's avatar Diego Biurrun

Add required headers to fix 'make checkheaders'.

Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 19e017f2
...@@ -28,7 +28,10 @@ ...@@ -28,7 +28,10 @@
#ifndef AVCODEC_RECTANGLE_H #ifndef AVCODEC_RECTANGLE_H
#define AVCODEC_RECTANGLE_H #define AVCODEC_RECTANGLE_H
#include <assert.h>
#include "config.h"
#include "libavutil/common.h" #include "libavutil/common.h"
#include "dsputil.h"
/** /**
* fill a rectangle. * fill a rectangle.
......
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