From 3bd9e065fceecc5dbd0ee999a7692e9e4b09cc75 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 29 Jun 2009 23:42:35 +0000 Subject: Mon Jun 29 23:42:10 UTC 2009 Johnny Willemsen * contrib/FaCE/newres.h: Fixed compile problem with CEGCC --- ACE/ChangeLog | 5 +++++ ACE/contrib/FaCE/newres.h | 1 + 2 files changed, 6 insertions(+) (limited to 'ACE') diff --git a/ACE/ChangeLog b/ACE/ChangeLog index 31f40f39276..b2a2e9ceece 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,8 @@ +Mon Jun 29 23:42:10 UTC 2009 Johnny Willemsen + + * contrib/FaCE/newres.h: + Fixed compile problem with CEGCC + Mon Jun 29 23:08:06 UTC 2009 Trevor Fields * include/makeinclude/platform_sunos5_sunc++.GNU: diff --git a/ACE/contrib/FaCE/newres.h b/ACE/contrib/FaCE/newres.h index 0fdbcaa3bb0..3808b7b22a1 100644 --- a/ACE/contrib/FaCE/newres.h +++ b/ACE/contrib/FaCE/newres.h @@ -32,6 +32,7 @@ #define _INC_WINDOWS #include "winuser.h" // extract from windows header #include "winver.h" + #include "windows.h" #endif #endif -- cgit v1.2.1