diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2007-06-01 13:52:17 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2007-06-01 13:52:17 +0000 |
commit | 6ce8b13eb4f1e21893030269f7fadbf07649b5e7 (patch) | |
tree | 2cefeedd4629df8c9180e8811259411fcb62ffbe | |
parent | f12fb76f70cbc7ecb088fa9ca00b33b3079c9d8e (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-- | 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> |