diff options
author | Max Kellermann <max@duempel.org> | 2013-08-07 10:31:31 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-08-07 10:31:31 +0200 |
commit | b70d38dc10868a7ddfac2df7001be36fc37fc21c (patch) | |
tree | 93c9cb382ba9619680f1b85c0e004990ac8d00ab /src/fs | |
parent | a27d105dcd1376c1df4ff16e388dfcfa3b355cc6 (diff) |
Makefile.am: move sources to libsystem.a
Diffstat (limited to 'src/fs')
-rw-r--r-- | src/fs/FileSystem.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/FileSystem.hxx b/src/fs/FileSystem.hxx index 2e1701c87..4df415e0a 100644 --- a/src/fs/FileSystem.hxx +++ b/src/fs/FileSystem.hxx @@ -21,7 +21,7 @@ #define MPD_FS_FILESYSTEM_HXX #include "check.h" -#include "fd_util.h" +#include "system/fd_util.h" #include "Path.hxx" |