gst/rtsp/rtspconnection.c: Add include to make buildbot happy.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 1 Jun 2007 13:52:17 +0000 (13:52 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 1 Jun 2007 13:52:17 +0000 (13:52 +0000)
Original commit message from CVS:
* gst/rtsp/rtspconnection.c:
Add include to make buildbot happy.

ChangeLog
gst/rtsp/rtspconnection.c

index b96ad78..6027854 100644 (file)
--- 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),
index 50948f6..56142cd 100644 (file)
@@ -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>