From: bernie Date: Fri, 18 Feb 2005 12:34:29 +0000 (+0000) Subject: Include explicitly for non-Harvard archs. X-Git-Tag: 1.0.0~865 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;ds=inline;h=a1d43c00e1504fd5e7e89d84516c0a8c86883ce9;p=bertos.git Include explicitly for non-Harvard archs. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@376 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/mware/sprintf.c b/mware/sprintf.c index 84c5f0c6..2950727f 100755 --- a/mware/sprintf.c +++ b/mware/sprintf.c @@ -1,8 +1,8 @@ /*! * \file * * * \brief sprintf() implementation based on _formatted_write() @@ -13,6 +13,9 @@ /*#* *#* $Log$ + *#* Revision 1.8 2005/02/18 12:34:29 bernie + *#* Include explicitly for non-Harvard archs. + *#* *#* Revision 1.7 2004/12/31 17:47:45 bernie *#* Rename UNUSED() to UNUSED_ARG(). *#* @@ -34,8 +37,10 @@ *#* Add dual-license information. *#*/ +#include +#include #include "compiler.h" -#include "formatwr.h" + #include