diff options
| author | Thomas Martitz <kugel@rockbox.org> | 2011-06-20 20:45:39 +0000 |
|---|---|---|
| committer | Thomas Martitz <kugel@rockbox.org> | 2011-06-20 20:45:39 +0000 |
| commit | 6e8ffa92af4c916c6b155d87fcfc6dcbfbeb9b52 (patch) | |
| tree | 7da19c61040821cfcc24f16bf5b24ad809843660 /apps/plugins | |
| parent | 548b34a180dda47b86254acc40267f35ec2278ef (diff) | |
| download | rockbox-6e8ffa92af4c916c6b155d87fcfc6dcbfbeb9b52.zip rockbox-6e8ffa92af4c916c6b155d87fcfc6dcbfbeb9b52.tar.gz rockbox-6e8ffa92af4c916c6b155d87fcfc6dcbfbeb9b52.tar.bz2 rockbox-6e8ffa92af4c916c6b155d87fcfc6dcbfbeb9b52.tar.xz | |
Fix red in fft plugin.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30044 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/fft/kiss_fft.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/fft/kiss_fft.h b/apps/plugins/fft/kiss_fft.h index ac673c9..bcd7eb7 100644 --- a/apps/plugins/fft/kiss_fft.h +++ b/apps/plugins/fft/kiss_fft.h @@ -5,7 +5,9 @@ #include <stdio.h> #include <math.h> #include <string.h> +/* no malloc #include <malloc.h> +*/ #include "plugin.h" #include "lib/helper.h" |