changeset 120:e86e6ea21776 libpostproc

Directly #include some required headers.
author diego
date Sun, 25 Jan 2009 19:11:10 +0000
parents 4a1602d552aa
children dd89aa84269b
files postprocess_internal.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/postprocess_internal.h	Wed Jan 14 00:44:42 2009 +0000
+++ b/postprocess_internal.h	Sun Jan 25 19:11:10 2009 +0000
@@ -26,6 +26,7 @@
 #ifndef POSTPROCESS_POSTPROCESS_INTERNAL_H
 #define POSTPROCESS_POSTPROCESS_INTERNAL_H
 
+#include <string.h>
 #include "libavutil/avutil.h"
 #include "postprocess.h"