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:
parent
585b68d2ae
commit
d7b0073ce1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user