Applied Andre' Breiler's patch to improve curses/ncurses portability on
Solaris.
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
#include <fcntl.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#ifdef HAVE_NCURSES_H
|
||||
#include <ncurses.h>
|
||||
#else
|
||||
#include <curses.h>
|
||||
#endif
|
||||
|
||||
#include "../../shared/str.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user