summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2018-10-07 22:33:41 +0200
committerMax Kellermann <max@musicpd.org>2018-10-07 22:33:52 +0200
commit030e6039403f3145b4f207d8f4eddb260fb577ed (patch)
treebddb421eab7a99f6e4d780e32d00cdf07a3857a4 /src
parent6c40a278090e1621aaa6bc4c7a2cb6746d09e5e1 (diff)
decoder/gme: fix include
Broken since commit 08f77c2b607a32e818ee0e0375adec840eb521c0
Diffstat (limited to 'src')
-rw-r--r--src/decoder/plugins/GmeDecoderPlugin.cxx2
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"