diff libpurple/media.c @ 26645:75b473f216f2

Include the media API on win32 even though it isn't actually enabled.
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 12 Apr 2009 23:40:01 +0000
parents e7861a7978dc
children a8dbbcd069ab 6543ecbb0717
line wrap: on
line diff
--- a/libpurple/media.c	Sun Apr 12 22:42:38 2009 +0000
+++ b/libpurple/media.c	Sun Apr 12 23:40:01 2009 +0000
@@ -29,7 +29,6 @@
 #include "internal.h"
 
 #include "account.h"
-#include "marshallers.h"
 #include "media.h"
 #include "mediamanager.h"
 #include "network.h"
@@ -37,6 +36,7 @@
 #include "debug.h"
 
 #ifdef USE_GSTREAMER
+#include "marshallers.h"
 #include "media-gst.h"
 #endif