diff options
author | Max Kellermann <max@musicpd.org> | 2018-10-07 22:33:41 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2018-10-07 22:33:52 +0200 |
commit | 030e6039403f3145b4f207d8f4eddb260fb577ed (patch) | |
tree | bddb421eab7a99f6e4d780e32d00cdf07a3857a4 /src | |
parent | 6c40a278090e1621aaa6bc4c7a2cb6746d09e5e1 (diff) |
decoder/gme: fix include
Broken since commit 08f77c2b607a32e818ee0e0375adec840eb521c0
Diffstat (limited to 'src')
-rw-r--r-- | src/decoder/plugins/GmeDecoderPlugin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/GmeDecoderPlugin.cxx b/src/decoder/plugins/GmeDecoderPlugin.cxx index 5527ec409..1dc8594f3 100644 --- a/src/decoder/plugins/GmeDecoderPlugin.cxx +++ b/src/decoder/plugins/GmeDecoderPlugin.cxx @@ -20,7 +20,7 @@ #include "config.h" #include "GmeDecoderPlugin.hxx" #include "../DecoderAPI.hxx" -#include "config/Block.cxx" +#include "config/Block.hxx" #include "CheckAudioFormat.hxx" #include "song/DetachedSong.hxx" #include "tag/Handler.hxx" |