diff options
author | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-11 16:54:02 +0000 |
---|---|---|
committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-11 16:54:02 +0000 |
commit | bc48fed0e7b1db5b140ee90b77728f143f8aa352 (patch) | |
tree | 8153d18152dfaa3a3e6962cbe9ebcfa58d43f182 /apps/gui/skin_engine/wps_debug.c | |
parent | 4b949126287ad78063830cd2022e5609d6eae6e3 (diff) |
skin engine: fix simulator builds
include the needed headers before checking DEBUG_SKIN_ENGINE
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27390 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/skin_engine/wps_debug.c')
-rw-r--r-- | apps/gui/skin_engine/wps_debug.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/gui/skin_engine/wps_debug.c b/apps/gui/skin_engine/wps_debug.c index 1bb9fbe79f..59e8542eff 100644 --- a/apps/gui/skin_engine/wps_debug.c +++ b/apps/gui/skin_engine/wps_debug.c @@ -19,12 +19,13 @@ * ****************************************************************************/ +#include "wps.h" +#include "wps_internals.h" + #ifdef DEBUG_SKIN_ENGINE #include <stdio.h> #include <string.h> -#include "wps.h" -#include "wps_internals.h" #include "skin_buffer.h" #include "settings_list.h" #ifdef __PCTOOL__ |