projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19e017f
)
Add required headers to fix 'make checkheaders'.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 24 Jan 2009 14:46:00 +0000
(14:46 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 24 Jan 2009 14:46:00 +0000
(14:46 +0000)
Originally committed as revision 16746 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/rectangle.h
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/rectangle.h
b/libavcodec/rectangle.h
index
563c988
..
bc994f8
100644
(file)
--- a/
libavcodec/rectangle.h
+++ b/
libavcodec/rectangle.h
@@
-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.