From c1893955f00258dfd206477f72f83b9c62a08494 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 8 Apr 2011 15:40:51 +0000 Subject: 2011-04-08 Joel Sherrill * ncurses-5.9/ncurses/tty/lib_twait.c: Need conditional on __rtems__. --- ChangeLog | 4 ++++ ncurses-5.9/ncurses/tty/lib_twait.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4276977..9c4b653 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-04-08 Joel Sherrill + + * ncurses-5.9/ncurses/tty/lib_twait.c: Need conditional on __rtems__. + 2011-04-08 Joel Sherrill * bit: Update to ncurses-5.9. diff --git a/ncurses-5.9/ncurses/tty/lib_twait.c b/ncurses-5.9/ncurses/tty/lib_twait.c index 557ca81..ea2d7a3 100644 --- a/ncurses-5.9/ncurses/tty/lib_twait.c +++ b/ncurses-5.9/ncurses/tty/lib_twait.c @@ -68,6 +68,9 @@ #ifdef __MINGW32__ # include #endif +#ifdef __rtems__ +# include +#endif #undef CUR MODULE_ID("$Id$") -- cgit v1.2.3