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.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avconv.c') diff --git a/avconv.c b/avconv.c index b2d20dd38a..908a0c75da 100644 --- a/avconv.c +++ b/avconv.c @@ -27,6 +27,8 @@ #include #include #include +#include + #include "libavformat/avformat.h" #include "libavdevice/avdevice.h" #include "libswscale/swscale.h" -- cgit v1.2.3