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/debugutils/tests.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/debugutils') diff --git a/gst/debugutils/tests.c b/gst/debugutils/tests.c index cd382782..16520239 100644 --- a/gst/debugutils/tests.c +++ b/gst/debugutils/tests.c @@ -25,6 +25,7 @@ #endif #include "tests.h" +#include #include #include -- cgit