summaryrefslogtreecommitdiff
path: root/ace/OS/gethrtime.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/OS/gethrtime.cpp')
-rw-r--r--ace/OS/gethrtime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/OS/gethrtime.cpp b/ace/OS/gethrtime.cpp
index dcad95e8b64..622bbae7dba 100644
--- a/ace/OS/gethrtime.cpp
+++ b/ace/OS/gethrtime.cpp
@@ -5,7 +5,7 @@
// knew a way to correctly move values from registers to a 64-bit
// variable in GHS asm code. That's easy with g++ asm.
-#include "OS.h"
+#include "ace/OS/OS.h"
ACE_RCSID(ace, gethrtime, "$Id$")