summaryrefslogtreecommitdiff
path: root/ace/FILE_IO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/FILE_IO.cpp')
-rw-r--r--ace/FILE_IO.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/ace/FILE_IO.cpp b/ace/FILE_IO.cpp
index 366ffde711a..4f6226151e5 100644
--- a/ace/FILE_IO.cpp
+++ b/ace/FILE_IO.cpp
@@ -2,12 +2,14 @@
// $Id$
#include "ace/FILE_IO.h"
-#include "ace/Log_Msg.h"
#if defined (ACE_LACKS_INLINE_FUNCTIONS)
#include "ace/FILE_IO.i"
#endif
+#include "ace/Log_Msg.h"
+#include "ace/OS_NS_sys_stat.h"
+
ACE_RCSID(ace, FILE_IO, "$Id$")
ACE_ALLOC_HOOK_DEFINE(ACE_FILE_IO)