Displaying 1 result from an estimated 1 matches for "85147cf".
Did you mean:
85147
2013 Feb 07
0
[PATCH 3/4] xmms - Fix inline linking problems with old glib
...e "configure.h"
#include "locale_hack.h"
-#include "plugin.h"
/* on FreeBSD we get socklen_t from <sys/socket.h> */
#if (!defined HAVE_SOCKLEN_T) && !defined(__FreeBSD__)
diff --git a/src/plugin_xmms/plugin.c b/src/plugin_xmms/plugin.c
index 32ad733..85147cf 100644
--- a/src/plugin_xmms/plugin.c
+++ b/src/plugin_xmms/plugin.c
@@ -16,9 +16,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include "plugin.h"
#include <limits.h>
#include <pthread.h&g...