diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-03 21:03:04 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-03 21:03:04 +0000 |
commit | 071e8839d633d6326048702a323f1c28ebc86d48 (patch) | |
tree | be2089fb0b74fa026faf5d58d300c68ddf2fd42b /includes/Rts.h | |
parent | 50c54df14a97e55a7792e3d4bc4485f8e6ade756 (diff) | |
download | haskell-071e8839d633d6326048702a323f1c28ebc86d48.tar.gz |
move termios prototypes into a public header
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 f4cf5450c6..3b5c5bd0e9 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 */ |