summaryrefslogtreecommitdiff
path: root/tests/Conn_Test.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-10-13 23:01:10 +0000
committerSteve Huston <shuston@riverace.com>1997-10-13 23:01:10 +0000
commit300592eb4e4f7ccb90307ce9c70f533ebf69c85b (patch)
tree81ef2d251632b9c814402c7990450433cae834e3 /tests/Conn_Test.h
parentf7491db6cadea4b96424833d693b989c6f118d51 (diff)
downloadATCD-300592eb4e4f7ccb90307ce9c70f533ebf69c85b.tar.gz
Added #include "ace/SOCK_Stream.h" - AIX needs it.
Diffstat (limited to 'tests/Conn_Test.h')
-rw-r--r--tests/Conn_Test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Conn_Test.h b/tests/Conn_Test.h
index 969b366573c..21aecb3b40b 100644
--- a/tests/Conn_Test.h
+++ b/tests/Conn_Test.h
@@ -1,5 +1,6 @@
#include "ace/Service_Config.h"
#include "ace/Svc_Handler.h"
+#include "ace/SOCK_Stream.h"
class Svc_Handler : public ACE_Svc_Handler<ACE_SOCK_STREAM, ACE_NULL_SYNCH>
// = TITLE