From d0b23126f1da12c03732ade3e6da780c32024349 Mon Sep 17 00:00:00 2001 From: Felix Arends Date: Wed, 12 Jun 2002 15:33:07 +0000 Subject: need to include "sprintf.h" for win32 simulator git-svn-id: svn://svn.rockbox.org/rockbox/trunk@980 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/tetris.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/recorder/tetris.c') diff --git a/apps/recorder/tetris.c b/apps/recorder/tetris.c index f11a0b2ddf..ac32b19661 100644 --- a/apps/recorder/tetris.c +++ b/apps/recorder/tetris.c @@ -30,6 +30,9 @@ #ifdef SIMULATOR #include +#ifdef WIN32 +#include "sprintf.h" +#endif // need that for win32 as snprintf is defined nowhere #else #include "sprintf.h" #endif -- cgit v1.2.3