From b95015ba975aca569f3f406cbb305a199c0db48a Mon Sep 17 00:00:00 2001 From: bernie Date: Fri, 10 Feb 2006 12:25:41 +0000 Subject: [PATCH] Add missing header. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@492 38d2e660-2303-0410-9eaa-f027e97ec537 --- gfx/win.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gfx/win.c b/gfx/win.c index 4bee65f6..22514b74 100755 --- a/gfx/win.c +++ b/gfx/win.c @@ -20,6 +20,9 @@ /*#* *#* $Log$ + *#* Revision 1.3 2006/02/10 12:25:41 bernie + *#* Add missing header. + *#* *#* Revision 1.2 2006/01/26 00:36:48 bernie *#* Const correctness for some new functions. *#* @@ -29,6 +32,7 @@ *#*/ #include "win.h" +#include /** * Map the contents of all child-windows into the bitmap of \a w. -- 2.25.1