From b5d5fa2bb985915a3efa221a7067da4f8ea4c304 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Thu, 9 Jun 2011 21:06:28 +0300 Subject: [PATCH] matroska: add missing stdio include for sscanf --- gst/matroska/matroska-read-common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/matroska/matroska-read-common.c b/gst/matroska/matroska-read-common.c index fa678fd..4431a51 100644 --- a/gst/matroska/matroska-read-common.c +++ b/gst/matroska/matroska-read-common.c @@ -26,6 +26,7 @@ #include "config.h" #endif +#include #include #ifdef HAVE_ZLIB -- 2.7.4