freebsd-ports/audio/last.fm/files/patch-src_LastFMHelper-controlinterface.h
Michael Nottebrock bd8aa8f138 Unbreak.
2007-09-24 21:52:13 +00:00

10 lines
291 B
C++

--- src/LastFMHelper/controlinterface.h.orig 2007-09-24 23:41:54.000000000 +0200
+++ src/LastFMHelper/controlinterface.h 2007-09-24 23:42:01.000000000 +0200
@@ -24,6 +24,7 @@
#include <QObject>
#include <QMutex>
+#include <QCoreApplication>
class ControlInterface : public QObject
{