update submodules for GHC.HetMet.GArrow -> Control.GArrow renaming
[ghc-hetmet.git] / rts / GetTime.h
index 5f02df0..7b89c05 100644 (file)
@@ -9,6 +9,8 @@
 #ifndef GETTIME_H
 #define GETTIME_H
 
+#include "BeginPrivate.h"
+
 // We'll use a fixed resolution of usec for now.  The machine
 // dependent implementation may have a different resolution, but we'll
 // normalise to this for the machine independent interface.
@@ -23,4 +25,6 @@ void  getProcessTimes       (Ticks *user, Ticks *elapsed);
 // Not strictly timing, but related
 nat   getPageFaults         (void);
 
+#include "EndPrivate.h"
+
 #endif /* GETTIME_H */