From e0cdd879b46d0e27009595d9d06b71d65b7d7113 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 7 Oct 2009 14:03:20 +0300 Subject: build: fprintf, sprintf, sscanf need stdio.h --- gst/id3demux/id3v2frames.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/id3demux') 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 +#include #include #include #include -- cgit