diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-05-27 06:56:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-05-27 06:56:35 +0000 |
commit | cd676e1d0fdd20099afce8917eeca5ce67b2b953 (patch) | |
tree | 203bb2a312811b863e678b3b8e51be980d1a891a /apps/main.c | |
parent | 1df12c875db0578edb4ee427ec6e933e6fc4eefa (diff) |
dmalloc and bmalloc are not intended for the simulator builds
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@719 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/main.c')
-rw-r--r-- | apps/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/main.c b/apps/main.c index c6f56628d9..9d710e0909 100644 --- a/apps/main.c +++ b/apps/main.c @@ -27,8 +27,10 @@ #include "tree.h" #include "panic.h" #include "menu.h" +#ifndef SIMULATOR #include "dmalloc.h" #include "bmalloc.h" +#endif #include "mpeg.h" #include "main_menu.h" |