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/rtp/gstrtph264depay.c | 1 + gst/rtp/gstrtpjpegdepay.c | 1 + 2 files changed, 2 insertions(+) (limited to 'gst/rtp') diff --git a/gst/rtp/gstrtph264depay.c b/gst/rtp/gstrtph264depay.c index 574493d9..0621ffd3 100644 --- a/gst/rtp/gstrtph264depay.c +++ b/gst/rtp/gstrtph264depay.c @@ -21,6 +21,7 @@ # include "config.h" #endif +#include #include #include diff --git a/gst/rtp/gstrtpjpegdepay.c b/gst/rtp/gstrtpjpegdepay.c index 6dac31c3..0ec6a97d 100644 --- a/gst/rtp/gstrtpjpegdepay.c +++ b/gst/rtp/gstrtpjpegdepay.c @@ -24,6 +24,7 @@ #include #include +#include #include #include #include "gstrtpjpegdepay.h" -- cgit