summaryrefslogtreecommitdiff
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
commit58967d06f3cbefd1a40b4dc024cec6504e71495c (patch)
tree40981ac97b7548a2e28772706be55aec8f18a5dc
parent15d82e8dd8d3d2952025f85dad45061a3388c968 (diff)
downloadATCD-58967d06f3cbefd1a40b4dc024cec6504e71495c.tar.gz
Mon Jun 29 23:42:10 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* contrib/FaCE/newres.h: Fixed compile problem with CEGCC
-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