From: Max Kellermann Date: Wed, 30 Sep 2009 15:40:26 +0000 (+0200) Subject: mpdclient.h: include mpd/client.h instead of mpd/tag.h X-Git-Tag: release-0.16~275 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0fbb0f08787d0b3716b28232c9091512b2f0224b;p=ncmpc.git mpdclient.h: include mpd/client.h instead of mpd/tag.h mpd/tag.h is not part of the libmpdclient2 API. --- diff --git a/src/mpdclient.h b/src/mpdclient.h index 39575b8..4723acf 100644 --- a/src/mpdclient.h +++ b/src/mpdclient.h @@ -3,7 +3,7 @@ #include "playlist.h" -#include +#include struct filelist;