summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorskidoo23 <18039569+skidoo23@users.noreplay.github.com>2018-10-16 14:56:40 +0200
committerskidoo23 <18039569+skidoo23@users.noreplay.github.com>2018-10-16 14:56:40 +0200
commit69749eb59166af9954b4a59c3ecd5033a90d6a9f (patch)
tree4a56e424cfe3816550ebadf18ae36904c037bffe /src
parent94592c14062d5afc9482d11baa401648082022c0 (diff)
decoder/sidplay: fix typo to avoid linker error with meson (libsidplayfp)
Diffstat (limited to 'src')
-rw-r--r--src/decoder/plugins/SidplayDecoderPlugin.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder/plugins/SidplayDecoderPlugin.cxx b/src/decoder/plugins/SidplayDecoderPlugin.cxx
index 1d74a4d13..90d762dae 100644
--- a/src/decoder/plugins/SidplayDecoderPlugin.cxx
+++ b/src/decoder/plugins/SidplayDecoderPlugin.cxx
@@ -26,7 +26,7 @@
#include "fs/Path.hxx"
#include "fs/AllocatedPath.hxx"
#ifdef HAVE_SIDPLAYFP
-#include "fs/io/FileReader.cxx"
+#include "fs/io/FileReader.hxx"
#include "util/RuntimeError.hxx"
#endif
#include "util/Macros.hxx"