summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-06-01 13:52:17 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-06-01 13:52:17 +0000
commit6ce8b13eb4f1e21893030269f7fadbf07649b5e7 (patch)
tree2cefeedd4629df8c9180e8811259411fcb62ffbe /gst
parentf12fb76f70cbc7ecb088fa9ca00b33b3079c9d8e (diff)
gst/rtsp/rtspconnection.c: Add include to make buildbot happy.
Original commit message from CVS: * gst/rtsp/rtspconnection.c: Add include to make buildbot happy.
Diffstat (limited to 'gst')
-rw-r--r--gst/rtsp/rtspconnection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/rtsp/rtspconnection.c b/gst/rtsp/rtspconnection.c
index 50948f6c..56142cda 100644
--- a/gst/rtsp/rtspconnection.c
+++ b/gst/rtsp/rtspconnection.c
@@ -50,6 +50,8 @@
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
+#include <time.h>
+
/* we include this here to get the G_OS_* defines */
#include <glib.h>