[project @ 2002-11-01 11:17:29 by simonmar]
[ghc-hetmet.git] / ghc / rts / ThreadLabels.c
index fda40c3..dacd8a3 100644 (file)
@@ -2,7 +2,9 @@
 #include "PosixSource.h"
 #include "ThreadLabels.h"
 
-HashTable * threadLabels = NULL;
+#include <stdlib.h>
+
+static HashTable * threadLabels = NULL;
 
 void
 initThreadLabelTable(void)