X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FGetTime.h;h=7b89c058220c0f2d5df73cf9275755d873f9cf29;hb=26f4bfc82f2b2359259578e9c54d476fc2de650f;hp=5f02df062513665bd3c1617000575c1434c20d18;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/GetTime.h b/rts/GetTime.h index 5f02df0..7b89c05 100644 --- a/rts/GetTime.h +++ b/rts/GetTime.h @@ -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 */