diff options
Diffstat (limited to '')
-rw-r--r-- | src/fs/StandardDirectory.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/StandardDirectory.cxx b/src/fs/StandardDirectory.cxx index ea91399d1..7a8666501 100644 --- a/src/fs/StandardDirectory.cxx +++ b/src/fs/StandardDirectory.cxx @@ -41,7 +41,7 @@ #ifdef USE_XDG #include "util/StringUtil.hxx" -#include "TextFile.hxx" +#include "io/TextFile.hxx" #include <string.h> #include <utility> #endif |