build: sprintf, sscanf need stdio.h
authorStefan Kost <ensonic@users.sf.net>
Wed, 7 Oct 2009 08:56:35 +0000 (11:56 +0300)
committerStefan Kost <ensonic@users.sf.net>
Wed, 7 Oct 2009 08:56:35 +0000 (11:56 +0300)
ext/gnomevfs/gstgnomevfssrc.c
ext/ogg/gstogmparse.c
gst/subparse/gstsubparse.c
gst/subparse/mpl2parse.c
gst/subparse/tmplayerparse.c

index 5486049..6494545 100644 (file)
@@ -71,6 +71,7 @@
 
 #include "gstgnomevfssrc.h"
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <sys/types.h>
 #include <sys/socket.h>
index c650a9a..31dcd90 100644 (file)
@@ -22,6 +22,7 @@
 #include "config.h"
 #endif
 
+#include <stdio.h>
 #include <string.h>
 
 #include <gst/gst.h>
index 34cacfa..19abb9c 100644 (file)
@@ -23,8 +23,9 @@
 #include "config.h"
 #endif
 
-#include <string.h>
+#include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <sys/types.h>
 #include <glib.h>
 
index b342142..cd400bc 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "mpl2parse.h"
 
+#include <stdio.h>
 #include <string.h>
 
 /* From http://lists.mplayerhq.hu/pipermail/mplayer-users/2003-February/030222.html
index 14f1c3c..8f48c6e 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "tmplayerparse.h"
 
+#include <stdio.h>
 #include <string.h>
 
 /* From http://forum.doom9.org/archive/index.php/t-81059.html: