aboutsummaryrefslogtreecommitdiffhomepage
path: root/sub
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2013-07-15 02:28:46 +0200
committerGravatar wm4 <wm4@nowhere>2013-07-15 02:28:46 +0200
commit978831c8e3221e96e8e0e045836c7aee97230a8d (patch)
tree31d6106fd8a8ad71ebf54b88973562679645573a /sub
parent169b3abd788ac566b4ba831bbcc0dfd3c8981fd0 (diff)
Fix build on Libav
Sigh, why does this happen all the time...
Diffstat (limited to 'sub')
-rw-r--r--sub/sd_ass.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sub/sd_ass.c b/sub/sd_ass.c
index 52c05021d3..5e89ebe2d7 100644
--- a/sub/sd_ass.c
+++ b/sub/sd_ass.c
@@ -20,6 +20,7 @@
#include <assert.h>
#include <string.h>
+#include <libavutil/common.h>
#include <ass/ass.h>
#include "talloc.h"