aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-28 10:54:35 +0100
committerReinhard Tartler <siretart@tauware.de>2014-02-28 23:05:08 -0500
commit8ba514117b9f224bea10a8aa431daaa645e2fbef (patch)
tree59c972885c6bd3c2fb8be8c9ce21d85f1606d78c
parent675cf1cdedfba9f37baca59a6a68c64679ee2f4c (diff)
downloadffmpeg-8ba514117b9f224bea10a8aa431daaa645e2fbef.tar.gz
Add missing header to fix compilation after d2a0654
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
-rw-r--r--libavcodec/rpza.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/rpza.c b/libavcodec/rpza.c
index 63ea706749..d8d689cce3 100644
--- a/libavcodec/rpza.c
+++ b/libavcodec/rpza.c
@@ -41,6 +41,7 @@
#include "libavutil/common.h"
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
+#include "libavutil/common.h"
#include "avcodec.h"
typedef struct RpzaContext {