summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-11-28 16:05:33 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-11-28 16:05:33 +0000
commit9728db99674ab70ab200f9351f4a4b4bef238bdf (patch)
tree1d2fa9219dc0b2dd830709aa2c0d859b1c71705e
parent41ffdc3765bbd5785db39144a96e107337c59ea0 (diff)
downloadATCD-9728db99674ab70ab200f9351f4a4b4bef238bdf.tar.gz
Fri Nov 28 16:05:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--flat/CIAO/ChangeLog5
-rw-r--r--flat/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp1
2 files changed, 6 insertions, 0 deletions
diff --git a/flat/CIAO/ChangeLog b/flat/CIAO/ChangeLog
index 0254731e6d7..bbae1b3a943 100644
--- a/flat/CIAO/ChangeLog
+++ b/flat/CIAO/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 28 16:05:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp:
+ Added missing include
+
Wed Nov 26 16:17:57 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
* DAnCE/NodeApplication/NodeApplication.mpc:
diff --git a/flat/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp b/flat/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp
index e4720418449..e3281a44412 100644
--- a/flat/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp
+++ b/flat/CIAO/DAnCE/tests/CIAO/NodeManager-Deployments/simple_nm_launcher.cpp
@@ -6,6 +6,7 @@
*/
#include "ace/Log_Msg.h"
+#include "ace/OS_NS_unistd.h"
#include "tao/ORB.h"
#include "ciao/Logger/Logger_Service.h"
#include "ciao/Logger/Log_Macros.h"