summaryrefslogtreecommitdiffstats
path: root/gst/rtpmanager
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/rtpmanager
parent27ea0b076a1f1d44c3da1c677eddf62d01eef1f1 (diff)
build: fprintf, sprintf, sscanf need stdio.h
Diffstat (limited to 'gst/rtpmanager')
-rw-r--r--gst/rtpmanager/gstrtpbin.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include <string.h>
#include <gst/rtp/gstrtpbuffer.h>