X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FHash.h;h=727c04298c8c05e75d259527c72620a5d59c9713;hb=0885017a4e92fe5710d1427c214adb87b92987e5;hp=d16f9ae9c1ba0b2de18bdb1161a3ad9ac2a7e41a;hpb=1d026619ef5f098a0349ba2fa1b29d5697718bad;p=ghc-hetmet.git diff --git a/rts/Hash.h b/rts/Hash.h index d16f9ae..727c042 100644 --- a/rts/Hash.h +++ b/rts/Hash.h @@ -9,6 +9,8 @@ #ifndef HASH_H #define HASH_H +#include "BeginPrivate.h" + typedef struct hashtable HashTable; /* abstract */ /* Hash table access where the keys are StgWords */ @@ -45,5 +47,7 @@ void freeHashTable ( HashTable *table, void (*freeDataFun)(void *) ); void exitHashTable ( void ); +#include "EndPrivate.h" + #endif /* HASH_H */