summaryrefslogtreecommitdiff
path: root/ace/OS_Dirent.inl
diff options
context:
space:
mode:
authorjwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-30 08:27:20 +0000
committerjwh1 <jwh1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-30 08:27:20 +0000
commitacffc891b11fa8ac9d8f69b06144c3d953c16239 (patch)
tree578006cff4660fdba880538f4b511843244a8620 /ace/OS_Dirent.inl
parent7477501446e51b68035e81c60a911cb5b89c0466 (diff)
downloadATCD-acffc891b11fa8ac9d8f69b06144c3d953c16239.tar.gz
Fri Jun 30 03:21:58 2000 John Heitmann <jwh1@cs.wustl.edu>
Diffstat (limited to 'ace/OS_Dirent.inl')
-rw-r--r--ace/OS_Dirent.inl5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/OS_Dirent.inl b/ace/OS_Dirent.inl
index e84a3a268de..4caba85498c 100644
--- a/ace/OS_Dirent.inl
+++ b/ace/OS_Dirent.inl
@@ -1,6 +1,9 @@
/* -*- C++ -*- */
// $Id$
+#if defined (ACE_HAS_PACE)
+#include "pace/dirent.h"
+#endif /* ACE_HAS_PACE */
ACE_INLINE DIR *
ACE_OS_Dirent::opendir (const ACE_TCHAR *filename)
{
@@ -184,7 +187,7 @@ ACE_INLINE void
ACE_OS_Dirent::rewinddir (DIR *d)
{
#if defined (ACE_HAS_PACE)
- return pace_rewinddir (d);
+ pace_rewinddir (d);
#elif defined (ACE_HAS_DIRENT)
# if defined (ACE_LACKS_SEEKDIR)
# if defined (ACE_LACKS_REWINDDIR)