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 --- avplay.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avplay.c') diff --git a/avplay.c b/avplay.c index d6c71e95e4..96e0cf2d9e 100644 --- a/avplay.c +++ b/avplay.c @@ -23,6 +23,8 @@ #include #include #include +#include + #include "libavutil/avstring.h" #include "libavutil/colorspace.h" #include "libavutil/mathematics.h" -- cgit v1.2.3