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 b96ad785be47c83acca10eecf64e65c45a32faa6..6027854250f799a44c5a4c98924ee9c5c98df11e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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>
index 50948f6cea81a1187e7261443760c947dfeea252..56142cda47e5e84606f0101c90d3879977f31552 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>