Directly #include some required headers.

Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2009-01-25 19:11:10 +00:00
parent 30e98e62b1
commit c60208e7a1
5 changed files with 5 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H
#define POSTPROCESS_POSTPROCESS_INTERNAL_H
#include <string.h>
#include "libavutil/avutil.h"
#include "postprocess.h"