decoder/sidplay: fix typo to avoid linker error with meson (libsidplayfp)

This commit is contained in:
skidoo23 2018-10-16 14:56:40 +02:00
parent 94592c1406
commit 69749eb591
1 changed files with 1 additions and 1 deletions

View File

@ -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"