summaryrefslogtreecommitdiff
path: root/ACE
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-06-29 23:42:35 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-06-29 23:42:35 +0000
commit3bd9e065fceecc5dbd0ee999a7692e9e4b09cc75 (patch)
tree40981ac97b7548a2e28772706be55aec8f18a5dc /ACE
parente1d9b81a7dfa896b9ea1989b88c65f00f7f137e0 (diff)
downloadATCD-3bd9e065fceecc5dbd0ee999a7692e9e4b09cc75.tar.gz
Mon Jun 29 23:42:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* contrib/FaCE/newres.h: Fixed compile problem with CEGCC
Diffstat (limited to 'ACE')
-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