summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ACE/ChangeLog5
-rw-r--r--ACE/contrib/FaCE/newres.h1
2 files changed, 6 insertions, 0 deletions
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 <jwillemsen@remedy.nl>
+
+ * contrib/FaCE/newres.h:
+ Fixed compile problem with CEGCC
+
Mon Jun 29 23:08:06 UTC 2009 Trevor Fields <fields_t@ociweb.com>
* 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