From 8f8bc92365a943e96cc08b5369408c20f35193c7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 23 Nov 2013 21:32:55 +0100 Subject: Add missing #includes for *INT64_MAX and *INT64_C --- avconv_filter.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avconv_filter.c') diff --git a/avconv_filter.c b/avconv_filter.c index ffccd93eee..892db00f47 100644 --- a/avconv_filter.c +++ b/avconv_filter.c @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +#include + #include "avconv.h" #include "libavfilter/avfilter.h" -- cgit v1.2.3