X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FGetTime.h;h=7b89c058220c0f2d5df73cf9275755d873f9cf29;hb=d8334d807812e40f67770ffc37608c0ce66f96b2;hp=03e1f171be144010966d2c36a34a230da4348854;hpb=9a9803e8dc80ba41bd3e2d31228e64fa6b61060e;p=ghc-hetmet.git diff --git a/rts/GetTime.h b/rts/GetTime.h index 03e1f17..7b89c05 100644 --- a/rts/GetTime.h +++ b/rts/GetTime.h @@ -9,7 +9,7 @@ #ifndef GETTIME_H #define GETTIME_H -BEGIN_RTS_PRIVATE +#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 @@ -25,6 +25,6 @@ void getProcessTimes (Ticks *user, Ticks *elapsed); // Not strictly timing, but related nat getPageFaults (void); -END_RTS_PRIVATE +#include "EndPrivate.h" #endif /* GETTIME_H */