diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-20 09:20:15 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2013-05-20 09:20:15 +0000 |
| commit | 3f031aeee2eea6bbf30b8974c2a8c5147c9b9a97 (patch) | |
| tree | e8d1a16cd0bc155e6f799ae12764087d74b8da6e /src/plugins/Input/wavpack | |
| parent | 8dc12b28ad55bc8bcfd605bd4851bf70422f8a92 (diff) | |
| download | qmmp-3f031aeee2eea6bbf30b8974c2a8c5147c9b9a97.tar.gz qmmp-3f031aeee2eea6bbf30b8974c2a8c5147c9b9a97.tar.bz2 qmmp-3f031aeee2eea6bbf30b8974c2a8c5147c9b9a97.zip | |
fixed build
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@3478 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Input/wavpack')
| -rw-r--r-- | src/plugins/Input/wavpack/decoder_wavpack.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/plugins/Input/wavpack/decoder_wavpack.cpp b/src/plugins/Input/wavpack/decoder_wavpack.cpp index 21ccf665b..905cbbd3d 100644 --- a/src/plugins/Input/wavpack/decoder_wavpack.cpp +++ b/src/plugins/Input/wavpack/decoder_wavpack.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2008-2012 by Ilya Kotov * + * Copyright (C) 2008-2013 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -27,6 +27,7 @@ #include <stdint.h> #include <qmmp/buffer.h> #include <qmmp/output.h> +#include <stdlib.h> #include "decoder_wavpack.h" #include "cueparser.h" |
