diff options
Diffstat (limited to 'rts/Hash.h')
| -rw-r--r-- | rts/Hash.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/Hash.h b/rts/Hash.h index 1099b8f334..727c04298c 100644 --- a/rts/Hash.h +++ b/rts/Hash.h @@ -9,7 +9,7 @@  #ifndef HASH_H  #define HASH_H -BEGIN_RTS_PRIVATE +#include "BeginPrivate.h"  typedef struct hashtable HashTable; /* abstract */ @@ -47,7 +47,7 @@ void freeHashTable ( HashTable *table, void (*freeDataFun)(void *) );  void exitHashTable ( void ); -END_RTS_PRIVATE +#include "EndPrivate.h"  #endif /* HASH_H */  | 
