Check location of term.h header (updated)

darcs-hash:20060119122207-ac50b-c573f54cbe13a1592a20342ee331159be0306913.gz
This commit is contained in:
axel
2006-01-19 22:22:07 +10:00
parent 3259da8f4a
commit 1e7dd4f928
12 changed files with 51 additions and 3 deletions

4
io.c
View File

@@ -25,7 +25,11 @@ Utilities for io redirection.
#include <termio.h>
#endif
#if HAVE_TERM_H
#include <term.h>
#elif HAVE_NCURSES_TERM_H
#include <ncurses/term.h>
#endif
#include "util.h"
#include "wutil.h"