aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Schlichting <fsfs@debian.org>2013-10-14 21:12:47 +0200
committerMax Kellermann <max@duempel.org>2013-10-14 21:12:47 +0200
commitd9c662d51f2f8f7795875ddfb3dcc0f772717267 (patch)
tree6eede88d2afbc982ba477c5f2074dd38bddc66e9
parentad631d563bbbdb4aef8bcaf7f02d009b1bc5d06f (diff)
downloadmpd-d9c662d51f2f8f7795875ddfb3dcc0f772717267.tar.gz
mpd-d9c662d51f2f8f7795875ddfb3dcc0f772717267.tar.xz
mpd-d9c662d51f2f8f7795875ddfb3dcc0f772717267.zip
decoder/modplug: fix include directory
-rw-r--r--NEWS2
-rw-r--r--src/decoder/modplug_decoder_plugin.c2
2 files changed, 3 insertions, 1 deletions
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 <glib.h>
-#include <modplug.h>
+#include <libmodplug/modplug.h>
#include <assert.h>
#undef G_LOG_DOMAIN