fix a bug introduced in 1fb38442d3a55ac92795aa6c5ed4df82011df724,
[ghc-hetmet.git] / rts / Hash.c
index 033ccb3..09d0a06 100644 (file)
 
 #include "PosixSource.h"
 #include "Rts.h"
+
 #include "Hash.h"
 #include "RtsUtils.h"
 
-#include <stdlib.h>
 #include <string.h>
 
 #define HSEGSIZE    1024    /* Size of a single hash table segment */