decoder/modplug: fix include directory

This commit is contained in:
Florian Schlichting 2013-10-14 21:12:47 +02:00 committed by Max Kellermann
parent ad631d563b
commit d9c662d51f
2 changed files with 3 additions and 1 deletions

2
NEWS
View File

@ -1,6 +1,8 @@
ver 0.17.6 (not yet released) ver 0.17.6 (not yet released)
* mixer: * mixer:
- alsa: fix busy loop when USB sound device gets unplugged - 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: * stored playlists:
- fix loading playlists with references to local files - fix loading playlists with references to local files
- obey filesystem_charset for URLs - obey filesystem_charset for URLs

View File

@ -22,7 +22,7 @@
#include "tag_handler.h" #include "tag_handler.h"
#include <glib.h> #include <glib.h>
#include <modplug.h> #include <libmodplug/modplug.h>
#include <assert.h> #include <assert.h>
#undef G_LOG_DOMAIN #undef G_LOG_DOMAIN