diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-01-25 19:11:10 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-01-25 19:11:10 +0000 |
commit | c60208e7a1f69ef62632ad3906503aefccbdc433 (patch) | |
tree | 7c5236a4c9f106d83236e38a33bfb8a71f7d4598 /libpostproc | |
parent | 30e98e62b132038418c23c70d2d8501ea052bb42 (diff) | |
download | ffmpeg-c60208e7a1f69ef62632ad3906503aefccbdc433.tar.gz |
Directly #include some required headers.
Originally committed as revision 16780 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r-- | libpostproc/postprocess_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h index 6db07560c1..de6f0bea20 100644 --- a/libpostproc/postprocess_internal.h +++ b/libpostproc/postprocess_internal.h @@ -26,6 +26,7 @@ #ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H #define POSTPROCESS_POSTPROCESS_INTERNAL_H +#include <string.h> #include "libavutil/avutil.h" #include "postprocess.h" |