summaryrefslogtreecommitdiffstats
path: root/ncurses-5.9
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-08 15:40:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-08 15:40:51 +0000
commitc1893955f00258dfd206477f72f83b9c62a08494 (patch)
treeccdf9d8e76243bb10000ff07de114030bce3da50 /ncurses-5.9
parent2011-04-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-addon-packages-c1893955f00258dfd206477f72f83b9c62a08494.tar.bz2
2011-04-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* ncurses-5.9/ncurses/tty/lib_twait.c: Need conditional on __rtems__.
Diffstat (limited to 'ncurses-5.9')
-rw-r--r--ncurses-5.9/ncurses/tty/lib_twait.c3
1 files changed, 3 insertions, 0 deletions
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 <sys/time.h>
#endif
+#ifdef __rtems__
+# include <sys/time.h>
+#endif
#undef CUR
MODULE_ID("$Id$")