Applied Andre' Breiler's patch to improve curses/ncurses portability on

Solaris.
This commit is contained in:
William Ferrell
2001-03-22 23:15:53 +00:00
parent 6dabd0b8f3
commit ba6f72ccba
+4
View File
@@ -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"