summaryrefslogtreecommitdiff
path: root/ace/IOStream_T.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/IOStream_T.cpp')
-rw-r--r--ace/IOStream_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/IOStream_T.cpp b/ace/IOStream_T.cpp
index da7f9de66ec..e9b5dee35bf 100644
--- a/ace/IOStream_T.cpp
+++ b/ace/IOStream_T.cpp
@@ -28,7 +28,7 @@ ACE_RCSID(ace, IOStream_T, "$Id$")
#endif /*__GNUG__ */
#if !defined (__ACE_INLINE__)
-#include "ace/IOStream_T.i"
+#include "ace/IOStream_T.inl"
#endif /* !__ACE_INLINE__ */
// We will be given a STREAM by the iostream object which creates us.