summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog5
-rw-r--r--gst/rtsp/rtspconnection.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b96ad785..60278542 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-06-01 Wim Taymans <wim@fluendo.com>
+ * gst/rtsp/rtspconnection.c:
+ Add include to make buildbot happy.
+
+2007-06-01 Wim Taymans <wim@fluendo.com>
+
Patch by: Peter Kjellerstedt <pkj at axis com>
* gst/rtsp/rtspconnection.c: (rtsp_connection_create),
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>