70e90749f8
listening to, view your listening history and share it with friends. The more Last.fm learns what you like, the better it gets. WWW: http://www.last.fm/download PR: ports/177233 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> Feature safe: yes
11 lines
379 B
C++
11 lines
379 B
C++
--- app/client/MediaDevices/IpodDevice_linux.cpp.orig 2013-03-20 13:01:09.893307620 +0000
|
|
+++ app/client/MediaDevices/IpodDevice_linux.cpp 2013-03-20 13:01:18.972308216 +0000
|
|
@@ -34,7 +34,7 @@
|
|
extern "C"
|
|
{
|
|
#include <gpod/itdb.h>
|
|
- #include <glib/glist.h>
|
|
+ #include <glib.h>
|
|
}
|
|
|
|
IpodTracksFetcher::IpodTracksFetcher( Itdb_iTunesDB *itdb, QSqlDatabase scrobblesdb,
|