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.
This commit is contained in:
Wim Taymans 2007-06-01 13:52:17 +00:00
parent f12fb76f70
commit 6ce8b13eb4
2 changed files with 7 additions and 0 deletions

View file

@ -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>

View 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>