diff options
author | Max Kellermann <max@duempel.org> | 2013-01-09 08:08:36 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-09 08:08:36 +0100 |
commit | 377a2b9e077d19501b89f4347afa78baa6c32f5f (patch) | |
tree | 7524c6ca4d29fe569d714251fdd30cb96f1185ca /src/ClientList.cxx | |
parent | 045993001c2d9fc075bff122e14d5afd779e8069 (diff) | |
download | mpd-377a2b9e077d19501b89f4347afa78baa6c32f5f.tar.gz mpd-377a2b9e077d19501b89f4347afa78baa6c32f5f.tar.xz mpd-377a2b9e077d19501b89f4347afa78baa6c32f5f.zip |
ClientList: add header ClientList.hxx
Diffstat (limited to '')
-rw-r--r-- | src/ClientList.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClientList.cxx b/src/ClientList.cxx index e0fa533d9..ffefc7c05 100644 --- a/src/ClientList.cxx +++ b/src/ClientList.cxx @@ -18,6 +18,7 @@ */ #include "config.h" +#include "ClientList.hxx" #include "ClientInternal.hxx" #include <assert.h> |