Switch ncurses.h/curses.h include (works better for FreeBSD).
This commit is contained in:
parent
08e250ee69
commit
f0a3545699
|
@ -21,11 +21,11 @@
|
|||
|
||||
#include "debug.h"
|
||||
#undef ERR /* Use ncurses's err() */
|
||||
#ifdef HAVE_CURSES_H
|
||||
# include <curses.h>
|
||||
#else
|
||||
# ifdef HAVE_NCURSES_H
|
||||
#ifdef HAVE_NCURSES_H
|
||||
# include <ncurses.h>
|
||||
#else
|
||||
# ifdef HAVE_CURSES_H
|
||||
# include <curses.h>
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue