diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-07 15:45:57 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-07 15:45:57 +0000 |
commit | 12747869e3a490c3dada5a7a4a68825719a88738 (patch) | |
tree | b4245d205aa5ed384b544a8cb7228328a66fc2c9 /examples | |
parent | 5555a1a2a0305d76e846df7d62bf4671e9923c38 (diff) | |
download | ATCD-12747869e3a490c3dada5a7a4a68825719a88738.tar.gz |
ChangeLogTag: Tue Sep 7 15:45:00 UTC 2004 Simon Massey <simon.massey@prismtechnologies.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/IOStream/server/iostream_server.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/examples/IOStream/server/iostream_server.cpp b/examples/IOStream/server/iostream_server.cpp index 9b23a3d18ea..fa80036a3ab 100644 --- a/examples/IOStream/server/iostream_server.cpp +++ b/examples/IOStream/server/iostream_server.cpp @@ -10,10 +10,7 @@ #include "ace/Signal.h" #include "iostream_server.h" - -#if defined (ACE_HAS_STRING_CLASS) -# include "ace/OS_NS_unistd.h" -#endif // ACE_HAS_STRING_CLASS +#include "ace/OS_NS_unistd.h" ACE_RCSID(server, iostream_server, "$Id$") |