Code

mpdclient.h: include mpd/client.h instead of mpd/tag.h
authorMax Kellermann <max@duempel.org>
Wed, 30 Sep 2009 15:40:26 +0000 (17:40 +0200)
committerMax Kellermann <max@duempel.org>
Wed, 30 Sep 2009 15:40:26 +0000 (17:40 +0200)
mpd/tag.h is not part of the libmpdclient2 API.

src/mpdclient.h

index 39575b8f8afaa2b8be678df806eba459a3336da5..4723acfea191a3e526d3a1472743c30c78bac48a 100644 (file)
@@ -3,7 +3,7 @@
 
 #include "playlist.h"
 
-#include <mpd/tag.h>
+#include <mpd/client.h>
 
 struct filelist;