[FFmpeg-cvslog] r16746 - trunk/libavcodec/rectangle.h
diego
subversion
Sat Jan 24 15:46:00 CET 2009
Author: diego
Date: Sat Jan 24 15:46:00 2009
New Revision: 16746
Log:
Add required headers to fix 'make checkheaders'.
Modified:
trunk/libavcodec/rectangle.h
Modified: trunk/libavcodec/rectangle.h
==============================================================================
--- trunk/libavcodec/rectangle.h Sat Jan 24 15:32:22 2009 (r16745)
+++ trunk/libavcodec/rectangle.h Sat Jan 24 15:46:00 2009 (r16746)
@@ -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.
More information about the ffmpeg-cvslog
mailing list