summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 15:29:13 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2003-04-16 15:29:13 +0000
commitbf2ee643dbe5a4b720476f72516e2f95276a45f0 (patch)
tree885cf72a1dd26b55d258ee0ec3da35f8e5a9c9f5
parent312e4bc509a6bc1f3283390ebd889fa4191b19b9 (diff)
downloadATCD-bf2ee643dbe5a4b720476f72516e2f95276a45f0.tar.gz
ChangeLogTag:Wed Apr 16 08:27:21 2003 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/Exception.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7c215dcaca1..2d34aa3e108 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 16 08:27:21 2003 Ossama Othman <ossama@uci.edu>
+
+ * tao/Exception.h:
+
+ Include <stdio.h> to pull in "FILE" typedef.
+
Wed Apr 16 13:57:43 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
* orbsvcs/orbsvcs/Event/EC_ProxySupplier.cpp:
diff --git a/TAO/tao/Exception.h b/TAO/tao/Exception.h
index 672e1e243a0..278ea4f19cf 100644
--- a/TAO/tao/Exception.h
+++ b/TAO/tao/Exception.h
@@ -35,6 +35,8 @@
#include "ace/SStringfwd.h"
#include "ace/iosfwd.h"
+#include <stdio.h> /* For "FILE" typedef. */
+
class ACE_Allocator;
class TAO_OutputCDR;