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/rtsp/gstrtpdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'gst/rtsp') diff --git a/gst/rtsp/gstrtpdec.c b/gst/rtsp/gstrtpdec.c index 5279713e..0382766f 100644 --- a/gst/rtsp/gstrtpdec.c +++ b/gst/rtsp/gstrtpdec.c @@ -58,6 +58,7 @@ #endif #include "gstrtpdec.h" +#include GST_DEBUG_CATEGORY_STATIC (rtpdec_debug); #define GST_CAT_DEFAULT (rtpdec_debug) -- cgit