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