commit | b5d5fa2bb985915a3efa221a7067da4f8ea4c304 | [log] [tgz] |
---|---|---|
author | Stefan Kost <ensonic@users.sf.net> | Thu Jun 09 21:06:28 2011 +0300 |
committer | Stefan Kost <ensonic@users.sf.net> | Tue Jun 14 01:07:57 2011 +0300 |
tree | 5a05c6d6ffab86d533d020d4e74f6421c933b1c3 | |
parent | d17d6d74beeb8c4fd4c804d1f0b1951f3bdd06ff [diff] |
matroska: add missing stdio include for sscanf
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 <stdio.h> #include <string.h> #ifdef HAVE_ZLIB