From d9c662d51f2f8f7795875ddfb3dcc0f772717267 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Mon, 14 Oct 2013 21:12:47 +0200 Subject: decoder/modplug: fix include directory --- NEWS | 2 ++ src/decoder/modplug_decoder_plugin.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c1acf0fd9..b2cc0d15a 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ ver 0.17.6 (not yet released) * mixer: - alsa: fix busy loop when USB sound device gets unplugged +* decoder: + - modplug: fix build with Debian package 1:0.8.8.4-4 * stored playlists: - fix loading playlists with references to local files - obey filesystem_charset for URLs diff --git a/src/decoder/modplug_decoder_plugin.c b/src/decoder/modplug_decoder_plugin.c index 21ee79e7e..5ae4b1a04 100644 --- a/src/decoder/modplug_decoder_plugin.c +++ b/src/decoder/modplug_decoder_plugin.c @@ -22,7 +22,7 @@ #include "tag_handler.h" #include -#include +#include #include #undef G_LOG_DOMAIN -- cgit v1.2.3