Commit d7b0073c authored by Max Kellermann's avatar Max Kellermann

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.
parent 585b68d2
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment