summaryrefslogtreecommitdiff
path: root/ACE/protocols/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-14 09:40:06 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-14 09:40:06 +0000
commit85c2a57a4e328598f0e391e94814e8109a3080db (patch)
tree8a49f06dec7c1112a23fbb09fc8434999534119e /ACE/protocols/examples
parente90a2bd1092e400f2ada298044710f714bedce70 (diff)
downloadATCD-85c2a57a4e328598f0e391e94814e8109a3080db.tar.gz
Tue Sep 14 09:36:06 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/make_release.py: Updated generation of dsc file * protocols/examples/RMCast/Send_Msg/Sender.cpp: * protocols/tests/RMCast/Sender.cpp: * tests/Based_Pointer_Test.cpp: * tests/SSL/Bug_2912_Regression_Test.cpp: Added missing includes
Diffstat (limited to 'ACE/protocols/examples')
-rw-r--r--ACE/protocols/examples/RMCast/Send_Msg/Sender.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/protocols/examples/RMCast/Send_Msg/Sender.cpp b/ACE/protocols/examples/RMCast/Send_Msg/Sender.cpp
index d5a688ba687..2061e2af364 100644
--- a/ACE/protocols/examples/RMCast/Send_Msg/Sender.cpp
+++ b/ACE/protocols/examples/RMCast/Send_Msg/Sender.cpp
@@ -3,6 +3,7 @@
// cvs-id : $Id$
#include "ace/Log_Msg.h"
+#include "ace/OS_NS_unistd.h"
#include "ace/RMCast/Socket.h"