diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-21 19:04:24 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-05-21 19:04:24 +0000 |
| commit | a0f344006568f24283bd75bd0f8155f5661823cd (patch) | |
| tree | bed183e4aa2cf6bb5cc7dc9e2304c5a901327fd9 /src/plugins/Effect | |
| parent | 830d9b33c6f879de04c943048f8299cc5cb3f859 (diff) | |
| download | qmmp-a0f344006568f24283bd75bd0f8155f5661823cd.tar.gz qmmp-a0f344006568f24283bd75bd0f8155f5661823cd.tar.bz2 qmmp-a0f344006568f24283bd75bd0f8155f5661823cd.zip | |
fixed build (thanks to Karel Volny)
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@382 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Effect')
| -rw-r--r-- | src/plugins/Effect/srconverter/srconverter.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/Effect/srconverter/srconverter.cpp b/src/plugins/Effect/srconverter/srconverter.cpp index 0e733c8c4..9d7937e7e 100644 --- a/src/plugins/Effect/srconverter/srconverter.cpp +++ b/src/plugins/Effect/srconverter/srconverter.cpp @@ -21,6 +21,7 @@ #include <QSettings> #include <QDir> #include <math.h> +#include <stdlib.h> #include "srconverter.h" |
