35f9c2aca3
Amarok 1.4, focusing on a fast and easy-to-use interface for searching and playing your music. "import as-is, i've seen those ports too much" landry@
17 lines
468 B
Plaintext
17 lines
468 B
Plaintext
$OpenBSD: patch-src_devices_cddadevice_h,v 1.1.1.1 2013/02/05 14:00:16 zhuk Exp $
|
|
--- src/devices/cddadevice.h.orig Sun Feb 12 21:51:39 2012
|
|
+++ src/devices/cddadevice.h Sun Feb 12 21:52:04 2012
|
|
@@ -18,11 +18,11 @@
|
|
#ifndef CDDADEVICE_H
|
|
#define CDDADEVICE_H
|
|
|
|
-#include <cdio/cdio.h>
|
|
#include <gst/cdda/gstcddabasesrc.h>
|
|
#include <QMutex>
|
|
|
|
#include "connecteddevice.h"
|
|
+#include <cdio/cdio.h>
|
|
#include "core/song.h"
|
|
#include "musicbrainz/musicbrainzclient.h"
|
|
|