summaryrefslogtreecommitdiffstats
path: root/gst/sdp/gstsdpdemux.c
diff options
context:
space:
mode:
authorDave Robillard <dave@drobilla.net>2009-05-31 19:25:34 -0400
committerDave Robillard <dave@drobilla.net>2009-05-31 19:25:34 -0400
commitb19dd5920605c0036dacf19591a6feca7a736a50 (patch)
treed33824039c10756da4d306051165d6bbe707345a /gst/sdp/gstsdpdemux.c
parentb75a26657febaf86c4137b4d41c068926325e316 (diff)
parent7c5ff224fcb10b82d6e591677d556143569e2844 (diff)
downloadgst-plugins-bad-b19dd5920605c0036dacf19591a6feca7a736a50.tar.gz
gst-plugins-bad-b19dd5920605c0036dacf19591a6feca7a736a50.tar.bz2
gst-plugins-bad-b19dd5920605c0036dacf19591a6feca7a736a50.zip
Merge branch 'master' of git://anongit.freedesktop.org/gstreamer/gst-plugins-bad into fdo
Diffstat (limited to 'gst/sdp/gstsdpdemux.c')
-rw-r--r--gst/sdp/gstsdpdemux.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gst/sdp/gstsdpdemux.c b/gst/sdp/gstsdpdemux.c
index 4deac870..3c543d0a 100644
--- a/gst/sdp/gstsdpdemux.c
+++ b/gst/sdp/gstsdpdemux.c
@@ -51,6 +51,9 @@
#include <unistd.h>
#endif
+/* include GLIB for G_OS_WIN32 */
+#include <glib.h>
+
#ifdef G_OS_WIN32
#ifdef _MSC_VER
#include <Winsock2.h>