forked from len0rd/rockbox
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
This commit is contained in:
parent
4b94912628
commit
bc48fed0e7
1 changed files with 3 additions and 2 deletions
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue