fix #3910
[ghc-hetmet.git] / rts / Stats.h
index 4b98739..f3a20ae 100644 (file)
@@ -11,6 +11,8 @@
 
 #include "GetTime.h"
 
+#include "BeginPrivate.h"
+
 void      stat_startInit(void);
 void      stat_endInit(void);
 
@@ -59,5 +61,6 @@ Ticks stat_getElapsedTime(void);
 void statsPrintf( char *s, ... ) 
     GNUC3_ATTRIBUTE(format (printf, 1, 2));
 
+#include "EndPrivate.h"
 
 #endif /* STATS_H */