summaryrefslogtreecommitdiff
path: root/apps/main.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-05-27 06:56:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-05-27 06:56:35 +0000
commitcd676e1d0fdd20099afce8917eeca5ce67b2b953 (patch)
tree203bb2a312811b863e678b3b8e51be980d1a891a /apps/main.c
parent1df12c875db0578edb4ee427ec6e933e6fc4eefa (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.c2
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"