diff options
author | unknown <unknown@localhost.(none)> | 2008-08-17 21:23:21 +0200 |
---|---|---|
committer | unknown <unknown@localhost.(none)> | 2008-08-17 21:23:21 +0200 |
commit | 1c2ef6fc6a72e53f444e40e6d576e2ccecf57487 (patch) | |
tree | 18d5c01db7dc50cc5e8a29cd1935327ca16bb282 /src/ncmpcpp.h | |
parent | 7a6bd173966d07e811392e4b5ec37ca9dc91cbbb (diff) |
drop libmpd dependency in favor of its own libmpdclient wrapper
Diffstat (limited to 'src/ncmpcpp.h')
-rw-r--r-- | src/ncmpcpp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ncmpcpp.h b/src/ncmpcpp.h index ffb80a35..e7b2c41a 100644 --- a/src/ncmpcpp.h +++ b/src/ncmpcpp.h @@ -44,7 +44,7 @@ const bool UNICODE = 0; # include "tag.h" #endif -#include "libmpd/libmpd.h" +#include "libmpdclient.h" #include <clocale> #include <ctime> |