summaryrefslogtreecommitdiff
path: root/ace/Dirent.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-04-10 17:44:16 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-04-10 17:44:16 +0000
commit229673fc49bb56c3f1207cb82c01f8914850c287 (patch)
tree1081fc9b38d9ab63244fa71ae0320de03e56a427 /ace/Dirent.h
parent684aee545e53cd775175481dd38b306449c92fd7 (diff)
downloadATCD-229673fc49bb56c3f1207cb82c01f8914850c287.tar.gz
ChangeLogTag:Wed Apr 10 10:40:36 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'ace/Dirent.h')
-rw-r--r--ace/Dirent.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Dirent.h b/ace/Dirent.h
index 0764011cd4d..fedf7a7e634 100644
--- a/ace/Dirent.h
+++ b/ace/Dirent.h
@@ -1,4 +1,4 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
@@ -16,12 +16,14 @@
#define ACE_DIRENT_H
#include "ace/pre.h"
-#include "ace/OS_Dirent.h"
+#include "ace/ACE_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
+#include "ace/OS_Dirent.h"
+
/**
* @class ACE_Dirent
*