Add required headers to fix 'make checkheaders'.

Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun 2009-01-24 14:46:00 +00:00
parent 19e017f211
commit 175da7dab7
1 changed files with 3 additions and 0 deletions

View File

@ -28,7 +28,10 @@
#ifndef AVCODEC_RECTANGLE_H
#define AVCODEC_RECTANGLE_H
#include <assert.h>
#include "config.h"
#include "libavutil/common.h"
#include "dsputil.h"
/**
* fill a rectangle.