summaryrefslogtreecommitdiff
path: root/ace/gethrtime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/gethrtime.cpp')
-rw-r--r--ace/gethrtime.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/gethrtime.cpp b/ace/gethrtime.cpp
index b242ef2db27..2b530898843 100644
--- a/ace/gethrtime.cpp
+++ b/ace/gethrtime.cpp
@@ -10,9 +10,12 @@
ACE_RCSID(ace, gethrtime, "$Id$")
#if defined (ghs) && (defined (i386) || defined(__i386__))
+
+#include "ace/OS_NS_time.h"
+
extern "C"
ACE_hrtime_t
-ACE_gethrtime (void)
+ACE_GETHRTIME_NAME (void)
{
#if defined (ACE_HAS_PENTIUM)
// ACE_TRACE ("ACE_gethrtime");