summaryrefslogtreecommitdiff
path: root/libpostproc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-01-25 19:11:10 +0000
committerDiego Biurrun <diego@biurrun.de>2009-01-25 19:11:10 +0000
commitc60208e7a1f69ef62632ad3906503aefccbdc433 (patch)
tree7c5236a4c9f106d83236e38a33bfb8a71f7d4598 /libpostproc
parent30e98e62b132038418c23c70d2d8501ea052bb42 (diff)
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.h1
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"