diff options
author | Jens Arnold <amiconn@rockbox.org> | 2005-02-28 20:55:31 +0000 |
---|---|---|
committer | Jens Arnold <amiconn@rockbox.org> | 2005-02-28 20:55:31 +0000 |
commit | b363d656252eed5720e9f172dafa7b56ac66a994 (patch) | |
tree | 0e42dd388ea71cd83ee40b5007bb813cd1946dad /apps/codecs/Tremor/floor0.c | |
parent | c080f7e19e96a88e9711417ac039f082b11f2655 (diff) |
Get malloc() and friends out of the way for the cygwin linker (and maybe others), to make plugins work properly in the simulator.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6086 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/Tremor/floor0.c')
-rw-r--r-- | apps/codecs/Tremor/floor0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/Tremor/floor0.c b/apps/codecs/Tremor/floor0.c index 4ba232edd8..c4f8c1c85b 100644 --- a/apps/codecs/Tremor/floor0.c +++ b/apps/codecs/Tremor/floor0.c @@ -15,7 +15,7 @@ ********************************************************************/ -#include <stdlib.h> +#include "config-tremor.h" #include <string.h> #include <math.h> #include "ogg.h" |