diff libaf/af_format.c @ 35712:d206960484fe

Add a number of missing libavutil header #includes.
author diego
date Mon, 21 Jan 2013 18:21:51 +0000
parents 29f66b254dd7
children e79bac50b920
line wrap: on
line diff
--- a/libaf/af_format.c	Mon Jan 21 18:21:24 2013 +0000
+++ b/libaf/af_format.c	Mon Jan 21 18:21:51 2013 +0000
@@ -34,6 +34,7 @@
 #include "libvo/fastmemcpy.h"
 
 #include "libavutil/avutil.h"
+#include "libavutil/common.h"
 
 /* Functions used by play to convert the input audio to the correct
    format */