Tweak missing-import-list warning
[ghc-hetmet.git] / rts / ThreadLabels.h
index 59eb321..17d6b3f 100644 (file)
@@ -7,8 +7,10 @@
  *
  * ---------------------------------------------------------------------------*/
 
-#ifndef __THREADLABELS_H__
-#define __THREADLABELS_H__
+#ifndef THREADLABELS_H
+#define THREADLABELS_H
+
+#include "BeginPrivate.h"
 
 #if defined(DEBUG)
 void    initThreadLabelTable (void);
@@ -19,4 +21,6 @@ void    removeThreadLabel    (StgWord key);
 void    labelThread          (StgPtr tso, char *label);
 #endif
 
-#endif /* __THREADLABELS_H__ */
+#include "EndPrivate.h"
+
+#endif /* THREADLABELS_H */