diff options
Diffstat (limited to 'ace/POSIX_Proactor.cpp')
-rw-r--r-- | ace/POSIX_Proactor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/POSIX_Proactor.cpp b/ace/POSIX_Proactor.cpp index 1784809ad45..2e809ec9eba 100644 --- a/ace/POSIX_Proactor.cpp +++ b/ace/POSIX_Proactor.cpp @@ -6,7 +6,7 @@ #if defined (ACE_HAS_AIO_CALLS) #if !defined (__ACE_INLINE__) -#include "ace/POSIX_Proactor.i" +#include "ace/POSIX_Proactor.inl" #endif /* __ACE_INLINE__ */ # if defined (ACE_HAS_SYSINFO) |