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/rtpmanager/gstrtpbin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/rtpmanager') diff --git a/gst/rtpmanager/gstrtpbin.c b/gst/rtpmanager/gstrtpbin.c index 142dfa82..a27fcc8d 100644 --- a/gst/rtpmanager/gstrtpbin.c +++ b/gst/rtpmanager/gstrtpbin.c @@ -112,6 +112,7 @@ #ifdef HAVE_CONFIG_H #include "config.h" #endif +#include #include #include -- cgit