search for: ce06447

Displaying 1 result from an estimated 1 matches for "ce06447".

Did you mean: c0644
2013 Feb 07
0
[PATCH 3/4] xmms - Fix inline linking problems with old glib
...; if not, write to the Free Software Foundation, Inc., */ -#if HAVE_CONFIG_H -# include <config.h> -#endif +#include "plugin.h" #include <stdlib.h> #include <string.h> /* for strlen() */ diff --git a/src/plugin_xmms/http.c b/src/plugin_xmms/http.c index 44c9ce9..ce06447 100644 --- a/src/plugin_xmms/http.c +++ b/src/plugin_xmms/http.c @@ -17,9 +17,7 @@ */ /* modified for FLAC support by Steven Richman (2003) */ -#if HAVE_CONFIG_H -# include <config.h> -#endif +#include "plugin.h" #include <sys/types.h> #include <sys/socket.h> @...