matroska: add missing stdio include for sscanf
authorStefan Kost <ensonic@users.sf.net>
Thu, 9 Jun 2011 18:06:28 +0000 (21:06 +0300)
committerStefan Kost <ensonic@users.sf.net>
Mon, 13 Jun 2011 22:07:57 +0000 (01:07 +0300)
gst/matroska/matroska-read-common.c

index fa678fd..4431a51 100644 (file)
@@ -26,6 +26,7 @@
 #include "config.h"
 #endif
 
+#include <stdio.h>
 #include <string.h>
 
 #ifdef HAVE_ZLIB