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 --- libavformat/xwma.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/xwma.c') diff --git a/libavformat/xwma.c b/libavformat/xwma.c index f4ff8157f8..45d74de0dd 100644 --- a/libavformat/xwma.c +++ b/libavformat/xwma.c @@ -20,6 +20,7 @@ */ #include +#include #include "avformat.h" #include "internal.h" -- cgit v1.2.3