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 --- ext/annodex/gstcmmlutils.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/annodex/gstcmmlutils.c') diff --git a/ext/annodex/gstcmmlutils.c b/ext/annodex/gstcmmlutils.c index 6dfe967b..c8b80212 100644 --- a/ext/annodex/gstcmmlutils.c +++ b/ext/annodex/gstcmmlutils.c @@ -24,6 +24,7 @@ #include "gstcmmlutils.h" #include +#include #include typedef struct -- cgit