diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-16 06:13:26 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-16 06:13:26 +0000 |
commit | 54964b1cc6a94d33c1275fd8da72671e4a403299 (patch) | |
tree | e74cb8f7df3cd9232e08028824ea1ed04680386f /ace/TLI.h | |
parent | 47e9a5d5a0f42c16914fc78abfa61e60b4e75d96 (diff) | |
download | ATCD-54964b1cc6a94d33c1275fd8da72671e4a403299.tar.gz |
ChangeLogTag: Wed Jun 16 06:12:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace/TLI.h')
-rw-r--r-- | ace/TLI.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ace/TLI.h b/ace/TLI.h index e24241e4db0..b0f1c181f4b 100644 --- a/ace/TLI.h +++ b/ace/TLI.h @@ -15,17 +15,18 @@ #define ACE_TLI_H #include /**/ "ace/pre.h" -#include "ace/IPC_SAP.h" +#include "ace/OS_TLI.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/Addr.h" -#include "ace/OS_TLI.h" - #if defined (ACE_HAS_TLI) +#include "ace/IPC_SAP.h" +#include "ace/Addr.h" +#include "ace/os_include/os_fcntl.h" + // There's not a universal device name for TLI devices. If the platform // needs something other than /dev/tcp, it needs to be set up in the config.h // file as ACE_TLI_TCP_DEVICE. |