From d7b0073ce1323065415808bf1bf57a8249ef86ff Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 26 Sep 2013 17:14:25 +0200 Subject: 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. --- src/decoder/ModplugDecoderPlugin.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/decoder/ModplugDecoderPlugin.cxx') diff --git a/src/decoder/ModplugDecoderPlugin.cxx b/src/decoder/ModplugDecoderPlugin.cxx index b5c02507a..d6840300c 100644 --- a/src/decoder/ModplugDecoderPlugin.cxx +++ b/src/decoder/ModplugDecoderPlugin.cxx @@ -23,8 +23,10 @@ #include "InputStream.hxx" #include "tag/TagHandler.hxx" +#include + #include -#include + #include #undef G_LOG_DOMAIN -- cgit v1.2.3