diff options
Diffstat (limited to 'includes/Rts.h')
-rw-r--r-- | includes/Rts.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Rts.h b/includes/Rts.h index 955cd53d23..6f4f33effc 100644 --- a/includes/Rts.h +++ b/includes/Rts.h @@ -239,6 +239,7 @@ INLINE_HEADER Time fsecondsToTime (double t) #include "rts/Main.h" #include "rts/StaticPtrTable.h" #include "rts/Libdw.h" +#include "rts/LibdwPool.h" /* Misc stuff without a home */ DLL_IMPORT_RTS extern char **prog_argv; /* so we can get at these from Haskell */ |