diff options
author | Max Kellermann <max@duempel.org> | 2014-10-01 23:38:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-01 23:38:17 +0200 |
commit | 89f9561d10c6c7d39c466bc8432793fcaa89fd9d (patch) | |
tree | a9925d5f471c5d3d5c6d9925c2594b1b595ae812 /src/storage/plugins | |
parent | 8af3f91e7889fc9f23d96aa75307c4440e921875 (diff) | |
download | mpd-89f9561d10c6c7d39c466bc8432793fcaa89fd9d.tar.gz mpd-89f9561d10c6c7d39c466bc8432793fcaa89fd9d.tar.xz mpd-89f9561d10c6c7d39c466bc8432793fcaa89fd9d.zip |
storage/Interface: include cleanup
Diffstat (limited to 'src/storage/plugins')
-rw-r--r-- | src/storage/plugins/SmbclientStorage.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/storage/plugins/SmbclientStorage.cxx b/src/storage/plugins/SmbclientStorage.cxx index a73c8d65c..9a181de89 100644 --- a/src/storage/plugins/SmbclientStorage.cxx +++ b/src/storage/plugins/SmbclientStorage.cxx @@ -24,6 +24,7 @@ #include "storage/FileInfo.hxx" #include "lib/smbclient/Init.hxx" #include "lib/smbclient/Mutex.hxx" +#include "fs/Traits.hxx" #include "util/Error.hxx" #include "thread/Mutex.hxx" |