From d1a9e0c5884942b62b3f538007e2b56a8c221f05 Mon Sep 17 00:00:00 2001 From: Nils Wallménius Date: Tue, 6 Oct 2009 22:02:06 +0000 Subject: fix checkwps breakage caused by r229900 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22993 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/bmp.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'apps/recorder') diff --git a/apps/recorder/bmp.c b/apps/recorder/bmp.c index b67615b840..4e8cdd70c5 100644 --- a/apps/recorder/bmp.c +++ b/apps/recorder/bmp.c @@ -42,6 +42,7 @@ #include #include #include "inttypes.h" +#include "system.h" #ifndef PLUGIN #include "debug.h" #endif @@ -58,10 +59,8 @@ #endif #ifndef __PCTOOL__ #include "config.h" -#include "system.h" #include "resize.h" #else -#include "checkwps.h" #undef DEBUGF #define DEBUGF(...) #endif -- cgit v1.2.3