dvdread: fix build after recent include reshuffling in core
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 30 Apr 2012 20:27:52 +0000 (21:27 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 30 Apr 2012 20:27:52 +0000 (21:27 +0100)
Need to include gmodule.h ourselves now.

ext/dvdread/dvdreadsrc.c

index 3c2e631..7140983 100644 (file)
@@ -33,6 +33,8 @@
 
 #include "dvdreadsrc.h"
 
+#include <gmodule.h>
+
 #include <gst/gst-i18n-plugin.h>
 
 GST_DEBUG_CATEGORY_STATIC (gstgst_dvd_read_src_debug);