diff options
Diffstat (limited to 'includes/rts/Globals.h')
-rw-r--r-- | includes/rts/Globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/rts/Globals.h b/includes/rts/Globals.h index 8d8df48b21..bd3aa637db 100644 --- a/includes/rts/Globals.h +++ b/includes/rts/Globals.h @@ -32,3 +32,5 @@ mkStoreAccessorPrototype(LibHSghcFastStringTable) mkStoreAccessorPrototype(LibHSghcGlobalHasPprDebug) mkStoreAccessorPrototype(LibHSghcGlobalHasNoDebugOutput) mkStoreAccessorPrototype(LibHSghcGlobalHasNoStateHack) +extern HsInt ghc_unique_counter; +extern HsInt ghc_unique_inc; |