X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=includes%2FRts.h;h=3b5c5bd0e9d2d3b8d839c2052ff5f158d415ca13;hb=f670c47f9f93ffd6d06b331cd40554cd5e92484c;hp=f4cf5450c61a262bf74a1cb6946204c9312f5b37;hpb=50c54df14a97e55a7792e3d4bc4485f8e6ade756;p=ghc-hetmet.git diff --git a/includes/Rts.h b/includes/Rts.h index f4cf545..3b5c5bd 100644 --- a/includes/Rts.h +++ b/includes/Rts.h @@ -176,6 +176,7 @@ void _assertFail(const char *filename, unsigned int linenum) #include "rts/Ticky.h" #include "rts/Timer.h" #include "rts/Stable.h" +#include "rts/TTY.h" /* Misc stuff without a home */ DLL_IMPORT_RTS extern char **prog_argv; /* so we can get at these from Haskell */