diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-05 12:00:45 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-04-05 12:00:45 +0000 |
commit | e94ab32c492b3c055fe8fd5ab062374c2858c9f2 (patch) | |
tree | 90740bda77c9cc8776bc97699725d2aec973a4d3 /ace/Asynch_IO_Impl.cpp | |
parent | 2ea091e5bdbe58dd1b8f2cb6effc61006c270858 (diff) | |
download | ATCD-e94ab32c492b3c055fe8fd5ab062374c2858c9f2.tar.gz |
ChangeLogTag:Fri Apr 5 11:40:00 UTC 2002 Don Hinton <dhinton@ieee.org>
Diffstat (limited to 'ace/Asynch_IO_Impl.cpp')
-rw-r--r-- | ace/Asynch_IO_Impl.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/Asynch_IO_Impl.cpp b/ace/Asynch_IO_Impl.cpp index ac079a80994..e3796fead53 100644 --- a/ace/Asynch_IO_Impl.cpp +++ b/ace/Asynch_IO_Impl.cpp @@ -1,10 +1,11 @@ // $Id$ -#include "ace/OS.h" + #include "ace/Asynch_IO_Impl.h" #if (defined (ACE_WIN32) && !defined (ACE_HAS_WINCE)) || (defined (ACE_HAS_AIO_CALLS)) // This only works on Win32 platforms and on Unix platforms supporting // aio calls. +#include "ace/OS.h" #if !defined (__ACE_INLINE__) #include "ace/Asynch_IO_Impl.i" |