From 69749eb59166af9954b4a59c3ecd5033a90d6a9f Mon Sep 17 00:00:00 2001 From: skidoo23 <18039569+skidoo23@users.noreplay.github.com> Date: Tue, 16 Oct 2018 14:56:40 +0200 Subject: [PATCH] decoder/sidplay: fix typo to avoid linker error with meson (libsidplayfp) --- src/decoder/plugins/SidplayDecoderPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"