Blob Blame History Raw
diff -Nurb --strip-trailing-cr audacious-plugin-fc-0.6-aud37/src/configure.c audacious-plugin-fc-0.6-aud38/src/configure.c
--- audacious-plugin-fc-0.6-aud37/src/configure.c	2011-12-23 22:08:04.000000000 +0100
+++ audacious-plugin-fc-0.6-aud38/src/configure.c	2012-01-02 18:28:07.314459344 +0100
@@ -1,7 +1,7 @@
+#include <glib.h>
 #include <audacious/misc.h>
 #include <audacious/plugin.h>
 #include <audacious/preferences.h>
-#include <glib.h>
 
 #include "configure.h"
 
diff -Nurb --strip-trailing-cr audacious-plugin-fc-0.6-aud37/src/Makefile.in audacious-plugin-fc-0.6-aud38/src/Makefile.in
--- audacious-plugin-fc-0.6-aud37/src/Makefile.in	2010-08-22 10:03:01.000000000 +0200
+++ audacious-plugin-fc-0.6-aud38/src/Makefile.in	2012-01-02 18:27:45.971622430 +0100
@@ -214,7 +214,7 @@
 EXTRA_DIST = config.h.in
 pkglib_LTLIBRARIES = fcdecoder.la
 fcdecoder_la_LDFLAGS = -module -avoid-version
-fcdecoder_la_CFLAGS = $(audacious_CFLAGS)
+fcdecoder_la_CFLAGS = $(audacious_CFLAGS) `pkg-config --cflags glib-2.0 gtk+-3.0`
 fcdecoder_la_LIBADD = $(audacious_LIBS)
 fcdecoder_la_SOURCES = \
 about.c \
diff -Nurb --strip-trailing-cr audacious-plugin-fc-0.6-aud37/src/plugin.c audacious-plugin-fc-0.6-aud38/src/plugin.c
--- audacious-plugin-fc-0.6-aud37/src/plugin.c	2011-12-23 22:08:04.000000000 +0100
+++ audacious-plugin-fc-0.6-aud38/src/plugin.c	2012-01-02 18:28:06.316513726 +0100
@@ -1,3 +1,4 @@
+#include <glib.h>
 #include <audacious/plugin.h>
 
 const gchar* const fc_fmts[] = { "fc", "fc13", "fc14", NULL };