summaryrefslogtreecommitdiff
path: root/includes/Rts.h
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-01-17 15:33:26 +0000
committerIan Lynagh <ian@well-typed.com>2013-01-17 15:33:56 +0000
commitfd3fd18a570d7b61e72614fc9594e721d8a53ab0 (patch)
treec49da34cc452217c16ddf6ac3f190870d0d4445e /includes/Rts.h
parent81f4cd3e08996d35b3a70dfee4d70a829f2f2622 (diff)
downloadhaskell-fd3fd18a570d7b61e72614fc9594e721d8a53ab0.tar.gz
Expose the prototype for getMonotonicNSec
Fixes T3807 on OS X 32.
Diffstat (limited to 'includes/Rts.h')
-rw-r--r--includes/Rts.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Rts.h b/includes/Rts.h
index edb48c1a91..b2f44cbba4 100644
--- a/includes/Rts.h
+++ b/includes/Rts.h
@@ -226,6 +226,7 @@ INLINE_HEADER Time fsecondsToTime (double t)
#include "rts/Flags.h"
#include "rts/Adjustor.h"
#include "rts/FileLock.h"
+#include "rts/GetTime.h"
#include "rts/Globals.h"
#include "rts/IOManager.h"
#include "rts/Linker.h"