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 | |
parent | 4b949126287ad78063830cd2022e5609d6eae6e3 (diff) | |
download | rockbox-bc48fed0e7b1db5b140ee90b77728f143f8aa352.tar.gz rockbox-bc48fed0e7b1db5b140ee90b77728f143f8aa352.zip |
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
-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 @@ | |||
19 | * | 19 | * |
20 | ****************************************************************************/ | 20 | ****************************************************************************/ |
21 | 21 | ||
22 | #include "wps.h" | ||
23 | #include "wps_internals.h" | ||
24 | |||
22 | #ifdef DEBUG_SKIN_ENGINE | 25 | #ifdef DEBUG_SKIN_ENGINE |
23 | 26 | ||
24 | #include <stdio.h> | 27 | #include <stdio.h> |
25 | #include <string.h> | 28 | #include <string.h> |
26 | #include "wps.h" | ||
27 | #include "wps_internals.h" | ||
28 | #include "skin_buffer.h" | 29 | #include "skin_buffer.h" |
29 | #include "settings_list.h" | 30 | #include "settings_list.h" |
30 | #ifdef __PCTOOL__ | 31 | #ifdef __PCTOOL__ |