From 0c245bc2712f5d38507b8d421cdc0a7e002a3398 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 22:52:08 +0100 Subject: Directory: make the header C++ only --- src/SongSave.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SongSave.cxx') diff --git a/src/SongSave.cxx b/src/SongSave.cxx index 21d073b8..d78eb3f7 100644 --- a/src/SongSave.cxx +++ b/src/SongSave.cxx @@ -21,7 +21,7 @@ #include "SongSave.hxx" #include "song.h" #include "TagSave.hxx" -#include "directory.h" +#include "Directory.hxx" extern "C" { #include "tag.h" -- cgit v1.2.3