decoder/modplug: fix include directory

Since Debian package 1:0.8.8.4-4, the pkg-config file does not contain
-I/usr/include/libmodplug anymore, and we need to add the
"libmodplug/" prefix to the #include line.
This commit is contained in:
Max Kellermann 2013-09-26 17:14:25 +02:00
parent 585b68d2ae
commit d7b0073ce1

View File

@ -23,8 +23,10 @@
#include "InputStream.hxx"
#include "tag/TagHandler.hxx"
#include <libmodplug/modplug.h>
#include <glib.h>
#include <modplug.h>
#include <assert.h>
#undef G_LOG_DOMAIN