diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | gst/rtsp/rtspconnection.c | 2 |
2 files changed, 7 insertions, 0 deletions
@@ -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> |