diff options
Diffstat (limited to '')
-rw-r--r-- | src/Song.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Song.cxx b/src/Song.cxx index eb4c2e53e..deefe3c21 100644 --- a/src/Song.cxx +++ b/src/Song.cxx @@ -19,7 +19,7 @@ #include "config.h" #include "song.h" -#include "directory.h" +#include "Directory.hxx" extern "C" { #include "tag.h" |