Displaying 1 result from an estimated 1 matches for "392a128".
Did you mean:
372128
2013 Feb 07
0
[PATCH 3/4] xmms - Fix inline linking problems with old glib
...9 +21,7 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include "plugin.h"
#include <stdlib.h>
#include <string.h>
diff --git a/src/plugin_xmms/fileinfo.c b/src/plugin_xmms/fileinfo.c
index 392a128..e5e5fb1 100644
--- a/src/plugin_xmms/fileinfo.c
+++ b/src/plugin_xmms/fileinfo.c
@@ -18,9 +18,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
*/
-#if HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include "plugin.h"
#include <stdlib.h>...