From ed155ccc394047fe4b089d68b9560818cbcdf812 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 25 Apr 2003 12:36:52 +0000 Subject: include the sprintf.h header, basicly for simulator purposes git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3612 a1c6a512-1295-4272-9138-f99709370657 --- firmware/common/sprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'firmware/common') diff --git a/firmware/common/sprintf.c b/firmware/common/sprintf.c index c700034f49..94fc295938 100644 --- a/firmware/common/sprintf.c +++ b/firmware/common/sprintf.c @@ -29,6 +29,7 @@ #include #include "file.h" /* for write(), used in fprintf() */ +#include "sprintf.h" /* to allow the simulator magic */ static const char hexdigit[] = "0123456789ABCDEF"; -- cgit v1.2.3