From 1e7dd4f92894ba463c91e29d64bae0161f215fd6 Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 19 Jan 2006 22:22:07 +1000 Subject: Check location of term.h header (updated) darcs-hash:20060119122207-ac50b-c573f54cbe13a1592a20342ee331159be0306913.gz --- io.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'io.c') diff --git a/io.c b/io.c index 65b4112f..661f424f 100644 --- a/io.c +++ b/io.c @@ -25,7 +25,11 @@ Utilities for io redirection. #include #endif +#if HAVE_TERM_H #include +#elif HAVE_NCURSES_TERM_H +#include +#endif #include "util.h" #include "wutil.h" -- cgit v1.2.3