From fe18ca56a5f63ced7221717c0e4f1805516c4846 Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Thu, 24 Jul 2003 12:22:10 +0000 Subject: correct build errors git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3880 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/viewer.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/viewer.c') diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index 61469fb7ff..6f2c5840fd 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -24,7 +24,10 @@ #endif #include + +#ifndef SIMULATOR #include +#endif #if PLUGIN_API_VERSION < 3 #error Scrollbar function requires PLUGIN_API_VERSION 3 at least -- cgit v1.2.3