summaryrefslogtreecommitdiffstats
path: root/gst/id3demux
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-10-07 14:03:20 +0300
committerStefan Kost <ensonic@users.sf.net>2009-10-07 14:03:20 +0300
commite0cdd879b46d0e27009595d9d06b71d65b7d7113 (patch)
treebc0de444eeac47570618a8c349d2048759bd0487 /gst/id3demux
parent27ea0b076a1f1d44c3da1c677eddf62d01eef1f1 (diff)
build: fprintf, sprintf, sscanf need stdio.h
Diffstat (limited to 'gst/id3demux')
-rw-r--r--gst/id3demux/id3v2frames.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/id3demux/id3v2frames.c b/gst/id3demux/id3v2frames.c
index 076abc70..a91279c4 100644
--- a/gst/id3demux/id3v2frames.c
+++ b/gst/id3demux/id3v2frames.c
@@ -24,6 +24,7 @@
#endif
#include <string.h>
+#include <stdio.h>
#include <stdlib.h>
#include <gst/tag/tag.h>
#include <gst/base/gsttypefindhelper.h>