1
0
Fork 0
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:
Rafaël Carré 2010-07-11 16:54:02 +00:00
parent 4b94912628
commit bc48fed0e7

View file

@ -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__