summaryrefslogtreecommitdiff
path: root/examples/IOStream
diff options
context:
space:
mode:
Diffstat (limited to 'examples/IOStream')
-rw-r--r--examples/IOStream/client/iostream_client.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/IOStream/client/iostream_client.cpp b/examples/IOStream/client/iostream_client.cpp
index 47c2413c748..56e11dc31e8 100644
--- a/examples/IOStream/client/iostream_client.cpp
+++ b/examples/IOStream/client/iostream_client.cpp
@@ -3,8 +3,11 @@
#include "ace/SOCK_Connector.h"
#include "ace/IOStream.h"
#include "ace/Log_Msg.h"
+#include "ace/OS_NS_stdlib.h"
-ACE_RCSID(client, iostream_client, "$Id$")
+ACE_RCSID (client,
+ iostream_client,
+ "$Id$")
// This client is a simple example of using the ACE_IOStream and
// ACE_Streambuf_T templates to create an object based on ACE_*_Stream