On amd64/OSX we don't need to be given memory in the first 31bits
[ghc-hetmet.git] / rts / ThreadLabels.h
index 60289ef..17d6b3f 100644 (file)
@@ -10,6 +10,8 @@
 #ifndef THREADLABELS_H
 #define THREADLABELS_H
 
+#include "BeginPrivate.h"
+
 #if defined(DEBUG)
 void    initThreadLabelTable (void);
 void    freeThreadLabelTable (void);
@@ -19,4 +21,6 @@ void    removeThreadLabel    (StgWord key);
 void    labelThread          (StgPtr tso, char *label);
 #endif
 
+#include "EndPrivate.h"
+
 #endif /* THREADLABELS_H */