X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRts.h;h=74d45f21e676745a713c1286042bb813914d7691;hb=d20d32d788e2d6c088e6b03776c428df5bb004d3;hp=f4cf5450c61a262bf74a1cb6946204c9312f5b37;hpb=50c54df14a97e55a7792e3d4bc4485f8e6ade756;p=ghc-hetmet.git diff --git a/includes/Rts.h b/includes/Rts.h index f4cf545..74d45f2 100644 --- a/includes/Rts.h +++ b/includes/Rts.h @@ -5,6 +5,9 @@ * RTS external APIs. This file declares everything that the GHC RTS * exposes externally. * + * To understand the structure of the RTS headers, see the wiki: + * http://hackage.haskell.org/trac/ghc/wiki/Commentary/SourceTree/Includes + * * ---------------------------------------------------------------------------*/ #ifndef RTS_H @@ -176,6 +179,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 */