summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-06-22 08:38:29 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-06-22 08:38:29 +0000
commitd087d682afaa1c18af5e8dbf26ceb7c31f6cd98e (patch)
treec7464cef1989430adb4a385cc9f3b80df633072c /tests
parent251b23ce389e77eebcb1e99ee0a243a09b33e10b (diff)
downloadATCD-d087d682afaa1c18af5e8dbf26ceb7c31f6cd98e.tar.gz
ChangeLogTag: Tue Jun 22 07:53:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'tests')
-rw-r--r--tests/SOCK_Test_IPv6.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/SOCK_Test_IPv6.cpp b/tests/SOCK_Test_IPv6.cpp
index 0c8ea63475b..e0ab426ec42 100644
--- a/tests/SOCK_Test_IPv6.cpp
+++ b/tests/SOCK_Test_IPv6.cpp
@@ -26,6 +26,10 @@
#include "ace/SOCK_Acceptor.h"
#include "ace/Handle_Set.h"
+#if !defined (ACE_LACKS_FORK)
+# include "ace/OS_NS_unistd.h"
+#endif
+
#if defined (ACE_HAS_IPV6)
static const char ACE_ALPHABET[] = "abcdefghijklmnopqrstuvwxyz";