Add include to fix warning for vsprintf()
authoraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 3 Aug 2004 15:57:18 +0000 (15:57 +0000)
committeraleph <aleph@38d2e660-2303-0410-9eaa-f027e97ec537>
Tue, 3 Aug 2004 15:57:18 +0000 (15:57 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@102 38d2e660-2303-0410-9eaa-f027e97ec537

mware/text_format.c

index a07d7eba076a6066c090c75c1f0123cf0728e341..5e73880f635024a4430cc7ad05c4b4e77d130977 100755 (executable)
@@ -17,6 +17,9 @@
 
 /*
  * $Log$
+ * Revision 1.3  2004/08/03 15:57:18  aleph
+ * Add include to fix warning for vsprintf()
+ *
  * Revision 1.2  2004/06/03 11:27:09  bernie
  * Add dual-license information.
  *
@@ -35,8 +38,9 @@
 #include "formatwr.h" /* _formatted_write() */
 #include "font.h"
 #include "gfx.h"
+#include <stdio.h> /* vsprintf() */
 #include <stdarg.h>
-#include <string.h> /* strlen */
+#include <string.h> /* strlen() */
 
 /*!
  * Render string <code>str</code> in bitmap