diff options
author | msmit <msmit@remedy.nl> | 2011-06-18 08:14:06 +0000 |
---|---|---|
committer | msmit <msmit@remedy.nl> | 2011-06-18 08:14:06 +0000 |
commit | b16607bb7fb1ddb250c6ec76d35f0d04af97e827 (patch) | |
tree | 75989e8a456b43f8f8a0763844e952d29f21c851 /CIAO/examples | |
parent | 17fdad810975997c4a744d1ce16fdcb9d988fa7e (diff) | |
download | ATCD-b16607bb7fb1ddb250c6ec76d35f0d04af97e827.tar.gz |
Sat Jun 18 08:14:04 UTC 2011 Marcel Smit <msmit@remedy.nl>
* examples/Hello/Receiver/Receiver_exec.cpp:
Fixed compiler error on windows.
Diffstat (limited to 'CIAO/examples')
-rw-r--r-- | CIAO/examples/Hello/Receiver/Receiver_exec.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CIAO/examples/Hello/Receiver/Receiver_exec.cpp b/CIAO/examples/Hello/Receiver/Receiver_exec.cpp index 8c6c4275691..e7ea1966612 100644 --- a/CIAO/examples/Hello/Receiver/Receiver_exec.cpp +++ b/CIAO/examples/Hello/Receiver/Receiver_exec.cpp @@ -26,6 +26,7 @@ **/ #include "Receiver_exec.h" +#include "ace/OS_NS_unistd.h" namespace CIAO_Hello_Receiver_Impl { |