summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-05-08 02:36:59 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-05-08 02:36:59 +0000
commita05b0bec2e2a488873a1bc8273378c14b8d346bf (patch)
tree0d2eac370c8618f3cdace8ccbae70191054a0165
parent724823f0b28f61807567fc50e8f2c187777de179 (diff)
downloadATCD-a05b0bec2e2a488873a1bc8273378c14b8d346bf.tar.gz
ChangeLogTag: Mon May 7 21:35:40 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp1
2 files changed, 6 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 29dbbecf1fd..cfa582128c0 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Mon May 7 21:35:40 2001 Balachandran Natarajan <bala@cs.wustl.edu>
+
+ * orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp:
+ Fixed a compile error with SunCC4.2.
+
Mon May 7 17:45:01 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tests/BiDirectional_NestedUpcall/test_i.cpp:
diff --git a/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp b/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp
index 1c142f636e2..6cabf0f67ac 100644
--- a/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp
+++ b/TAO/orbsvcs/tests/AVStreams/Component_Switching/receiver.cpp
@@ -2,6 +2,7 @@
#include "receiver.h"
#include "ace/Get_Opt.h"
+#include "tao/debug.h"
static FILE *output_file = 0;
/// File handle of the file into which received data is written.