diff options
author | Max Kellermann <max@duempel.org> | 2013-10-17 10:06:31 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-10-17 10:06:31 +0200 |
commit | 7c1cf617282c591dff85df164c178198a0ce7738 (patch) | |
tree | c94cfbbeaefd9eb380ac44de7bb3c6e7c8c59ce1 /src/SongUpdate.cxx | |
parent | eb10d08671f3c3db2049b19a9959fe8c62532f35 (diff) | |
download | mpd-7c1cf617282c591dff85df164c178198a0ce7738.tar.gz mpd-7c1cf617282c591dff85df164c178198a0ce7738.tar.xz mpd-7c1cf617282c591dff85df164c178198a0ce7738.zip |
thread/{Cond,Mutex}: use "class" instead of "typedef"
Allows forward-declaration.
Diffstat (limited to '')
-rw-r--r-- | src/SongUpdate.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/SongUpdate.cxx b/src/SongUpdate.cxx index b6e0acb60..ecee456ec 100644 --- a/src/SongUpdate.cxx +++ b/src/SongUpdate.cxx @@ -33,6 +33,7 @@ #include "tag/TagHandler.hxx" #include "tag/TagId3.hxx" #include "tag/ApeTag.hxx" +#include "thread/Cond.hxx" #include <assert.h> #include <sys/types.h> |