summaryrefslogtreecommitdiffstats
path: root/gst/rtp
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-10-07 14:03:20 +0300
committerStefan Kost <ensonic@users.sf.net>2009-10-07 14:03:20 +0300
commite0cdd879b46d0e27009595d9d06b71d65b7d7113 (patch)
treebc0de444eeac47570618a8c349d2048759bd0487 /gst/rtp
parent27ea0b076a1f1d44c3da1c677eddf62d01eef1f1 (diff)
build: fprintf, sprintf, sscanf need stdio.h
Diffstat (limited to 'gst/rtp')
-rw-r--r--gst/rtp/gstrtph264depay.c1
-rw-r--r--gst/rtp/gstrtpjpegdepay.c1
2 files changed, 2 insertions, 0 deletions
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 <stdio.h>
#include <string.h>
#include <gst/rtp/gstrtpbuffer.h>
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 <gst/rtp/gstrtpbuffer.h>
#include <math.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "gstrtpjpegdepay.h"