summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2011-12-07 04:03:28 +0200
committerLaszlo Papp <ext-laszlo.papp@nokia.com>2011-12-07 04:03:28 +0200
commitb12850bf50f31e0cf0257f6ccee84ea258756ddc (patch)
tree1e3767e0eeec1185361552983caa19b36988828f
parentd14291938f72c2269a8d00bc5ddddf477eb4f00a (diff)
Amend the "include <mpg123.g>" line in order to get the things defined
-rw-r--r--src/decoders/qalmpg123audiodecoder.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/decoders/qalmpg123audiodecoder.cpp b/src/decoders/qalmpg123audiodecoder.cpp
index 85e3d5e..e871e7a 100644
--- a/src/decoders/qalmpg123audiodecoder.cpp
+++ b/src/decoders/qalmpg123audiodecoder.cpp
@@ -25,6 +25,8 @@
#include <QtCore/QDebug>
#include <QtCore/QMutexLocker>
+#include <mpg123.h>
+
class QALMpg123AudioDecoder::Private
{
public: