summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-08-10 07:37:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-08-10 07:37:56 +0000
commitc3aae4c17c53075b20df45c86fc76468549c0e02 (patch)
tree7f0602d92570838fe2567676bde182454f302612 /apps
parentea3a67566aa4c310b034027874fa29d4212a6bb0 (diff)
downloadATCD-c3aae4c17c53075b20df45c86fc76468549c0e02.tar.gz
ChangeLogTag: Wed Aug 10 07:27:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS2/JAWS/IO.cpp1
-rw-r--r--apps/JAWS2/JAWS/IO_Acceptor.cpp2
-rw-r--r--apps/JAWS2/JAWS/IO_Handler.h2
3 files changed, 5 insertions, 0 deletions
diff --git a/apps/JAWS2/JAWS/IO.cpp b/apps/JAWS2/JAWS/IO.cpp
index d3e029ea5f7..aa835d12d39 100644
--- a/apps/JAWS2/JAWS/IO.cpp
+++ b/apps/JAWS2/JAWS/IO.cpp
@@ -5,6 +5,7 @@
#include "ace/Filecache.h"
#include "ace/OS_NS_unistd.h"
#include "ace/OS_NS_sys_uio.h"
+#include "ace/OS_NS_sys_socket.h"
#include "JAWS/JAWS.h"
#include "JAWS/Data_Block.h"
diff --git a/apps/JAWS2/JAWS/IO_Acceptor.cpp b/apps/JAWS2/JAWS/IO_Acceptor.cpp
index adb42fe16e0..b5d1fd55c66 100644
--- a/apps/JAWS2/JAWS/IO_Acceptor.cpp
+++ b/apps/JAWS2/JAWS/IO_Acceptor.cpp
@@ -3,6 +3,8 @@
#include "JAWS/Data_Block.h"
#include "JAWS/IO_Acceptor.h"
+#include "ace/OS_NS_sys_socket.h"
+
ACE_RCSID(JAWS, IO_Acceptor, "$Id$")
JAWS_IO_Acceptor::JAWS_IO_Acceptor (void)
diff --git a/apps/JAWS2/JAWS/IO_Handler.h b/apps/JAWS2/JAWS/IO_Handler.h
index a300af012e0..f933ef60489 100644
--- a/apps/JAWS2/JAWS/IO_Handler.h
+++ b/apps/JAWS2/JAWS/IO_Handler.h
@@ -40,6 +40,8 @@ class JAWS_Data_Block;
class JAWS_Pipeline_Handler;
class JAWS_Waiter;
+class ACE_Message_Block;
+
class JAWS_Export JAWS_Abstract_IO_Handler
// = TITLE
//